summaryrefslogtreecommitdiff
path: root/core/java/android/view/accessibility/AccessibilityCache.java
Commit message (Expand)AuthorAgeFilesLines
* Add and implement cache APIsallyyuen2021-12-141-0/+104
* Fix the race condition that cause windows cache staleryanlwlin2021-11-151-1/+16
* Query the cache for AccessibilityInteractionClient's findFocussallyyuen2021-08-301-0/+88
* Eliminate potential deadlock in AccessibilityCacheSally2021-03-291-49/+28
* Don't clear cache when changing accessibility focusJackal Guo2019-12-121-4/+54
* Modifying the mechanism of A11y window cacheJacky Kao2019-09-161-54/+150
* Dump accessibility event and node when tag is loggableDieter Hsu2019-04-261-4/+10
* Stop recycling in AccessibilityCacheJackal Guo2019-03-261-26/+6
* Fix ArrayIndexOutOfBoundsException in A11yCacheRhed Jao2019-03-071-1/+1
* Revert "Revert "Fix a11y cache correctness bug""Qasid Ahmad Sadiq2019-02-281-3/+11
* Merge "Revert "Fix a11y cache correctness bug"" into pi-dev am: 987ec033abQasid Sadiq2019-02-221-11/+3
|\
| * Revert "Fix a11y cache correctness bug"Qasid Ahmad Sadiq2019-02-211-11/+3
| * Fix a11y cache correctness bugPhil Weaver2018-09-201-3/+11
* | Protect a11y cache against loops in node hierarchyPhil Weaver2018-08-151-5/+5
* | Fix duplicate a11y focus node in AccessibilityCache.Rhed Jao2018-07-271-0/+6
* | Fix a11y cache correctness bugPhil Weaver2018-07-171-3/+11
|/
* Bypass a11y cache when requestedPhil Weaver2017-11-091-4/+3
* Don't recycle replaced nodes in a11y cachePhil Weaver2017-10-111-2/+0
* Only require that system UIDs tag their sockets.Jeff Sharkey2017-06-271-1/+1
* Fix crash in a11y cachePhil Weaver2017-05-031-0/+7
* Provide text locations to accessibility services.Phil Weaver2017-02-061-1/+1
* Unit test to keep a11y cache critical events up to dateEugene Susla2017-01-041-0/+3
* Always propagate AccessibilityCache eventsEugene Susla2016-12-291-0/+23
* Add tests for accessibility cache.Phil Weaver2016-08-251-3/+29
* Fix a11y crash when window layer isn't unique.Phil Weaver2016-05-191-2/+5
* Prevent AccessibilityInteractionClient.getWindows()Maxim Bogatov2015-10-211-6/+35
* Accessibility: Ensure fresh accessilbity focused and input focused nodes.Svetoslav2015-02-131-3/+29
* Clear clicked nodes from the accessibiliy cache.Svet Ganov2014-12-051-0/+1
* Fix memory leak in accessibility cache.Svetoslav2014-09-191-21/+6
* Fix accessiblity CTS tests (framework).Svetoslav2014-08-261-4/+8
* Check accessibility cache integrity only on eng builds.Svet Ganov2014-08-131-1/+1
* Improve the window query API performamce.Svetoslav2014-07-251-8/+10
* Updated accessibility nodes not properly cached.Svetoslav2014-07-241-23/+14
* Added accessibility APIs for introspecting interactive windows.Svetoslav2014-03-201-0/+467