index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
view
/
accessibility
/
AccessibilityCache.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add and implement cache API
sallyyuen
2021-12-14
1
-0
/
+104
*
Fix the race condition that cause windows cache stale
ryanlwlin
2021-11-15
1
-1
/
+16
*
Query the cache for AccessibilityInteractionClient's findFocus
sallyyuen
2021-08-30
1
-0
/
+88
*
Eliminate potential deadlock in AccessibilityCache
Sally
2021-03-29
1
-49
/
+28
*
Don't clear cache when changing accessibility focus
Jackal Guo
2019-12-12
1
-4
/
+54
*
Modifying the mechanism of A11y window cache
Jacky Kao
2019-09-16
1
-54
/
+150
*
Dump accessibility event and node when tag is loggable
Dieter Hsu
2019-04-26
1
-4
/
+10
*
Stop recycling in AccessibilityCache
Jackal Guo
2019-03-26
1
-26
/
+6
*
Fix ArrayIndexOutOfBoundsException in A11yCache
Rhed Jao
2019-03-07
1
-1
/
+1
*
Revert "Revert "Fix a11y cache correctness bug""
Qasid Ahmad Sadiq
2019-02-28
1
-3
/
+11
*
Merge "Revert "Fix a11y cache correctness bug"" into pi-dev am: 987ec033ab
Qasid Sadiq
2019-02-22
1
-11
/
+3
|
\
|
*
Revert "Fix a11y cache correctness bug"
Qasid Ahmad Sadiq
2019-02-21
1
-11
/
+3
|
*
Fix a11y cache correctness bug
Phil Weaver
2018-09-20
1
-3
/
+11
*
|
Protect a11y cache against loops in node hierarchy
Phil Weaver
2018-08-15
1
-5
/
+5
*
|
Fix duplicate a11y focus node in AccessibilityCache.
Rhed Jao
2018-07-27
1
-0
/
+6
*
|
Fix a11y cache correctness bug
Phil Weaver
2018-07-17
1
-3
/
+11
|
/
*
Bypass a11y cache when requested
Phil Weaver
2017-11-09
1
-4
/
+3
*
Don't recycle replaced nodes in a11y cache
Phil Weaver
2017-10-11
1
-2
/
+0
*
Only require that system UIDs tag their sockets.
Jeff Sharkey
2017-06-27
1
-1
/
+1
*
Fix crash in a11y cache
Phil Weaver
2017-05-03
1
-0
/
+7
*
Provide text locations to accessibility services.
Phil Weaver
2017-02-06
1
-1
/
+1
*
Unit test to keep a11y cache critical events up to date
Eugene Susla
2017-01-04
1
-0
/
+3
*
Always propagate AccessibilityCache events
Eugene Susla
2016-12-29
1
-0
/
+23
*
Add tests for accessibility cache.
Phil Weaver
2016-08-25
1
-3
/
+29
*
Fix a11y crash when window layer isn't unique.
Phil Weaver
2016-05-19
1
-2
/
+5
*
Prevent AccessibilityInteractionClient.getWindows()
Maxim Bogatov
2015-10-21
1
-6
/
+35
*
Accessibility: Ensure fresh accessilbity focused and input focused nodes.
Svetoslav
2015-02-13
1
-3
/
+29
*
Clear clicked nodes from the accessibiliy cache.
Svet Ganov
2014-12-05
1
-0
/
+1
*
Fix memory leak in accessibility cache.
Svetoslav
2014-09-19
1
-21
/
+6
*
Fix accessiblity CTS tests (framework).
Svetoslav
2014-08-26
1
-4
/
+8
*
Check accessibility cache integrity only on eng builds.
Svet Ganov
2014-08-13
1
-1
/
+1
*
Improve the window query API performamce.
Svetoslav
2014-07-25
1
-8
/
+10
*
Updated accessibility nodes not properly cached.
Svetoslav
2014-07-24
1
-23
/
+14
*
Added accessibility APIs for introspecting interactive windows.
Svetoslav
2014-03-20
1
-0
/
+467