summaryrefslogtreecommitdiff
path: root/core/java/android/view/accessibility/AccessibilityInteractionClient.java
Commit message (Expand)AuthorAgeFilesLines
* Replace LinkedList by a more performant collectionNikolas Havrikov2022-02-241-3/+3
* Expose prefetching strategies to servicesSally2022-02-091-25/+49
* Nullability annotations for view and widgetAlan Viverette2022-02-031-3/+3
* Add and implement cache APIsallyyuen2021-12-141-2/+10
* Refactor A11yInteractionClient so every service has its own cachesallyyuen2021-11-221-99/+132
* Fix the race condition that cause windows cache staleryanlwlin2021-11-151-1/+3
* Query the cache for AccessibilityInteractionClient's findFocussallyyuen2021-08-301-30/+91
* Add callstack back into trace for AccessibilityInteractionClient.Hongming Jin2021-07-201-1/+3
* Merge "Allow app usage of AccessibilityInteractionClient#getInstance and clea...Yinglei Wang2021-07-021-2/+5
|\
| * Allow app usage of AccessibilityInteractionClient#getInstance and clearCache ...yingleiw2021-07-021-2/+5
* | Add features to allow filtering logging basedHongming Jin2021-05-261-57/+145
|/
* Add prefetch result to a11y tracingSally2021-04-201-2/+16
* Service requests can interrupt node prefetchingSally2021-04-091-14/+69
* Add trace for AccessibilityInteractionClient callback interfaces.Hongming Jin2021-04-021-1/+112
* Revert "Service requests can interrupt node prefetching"Sally Yuen2021-03-081-84/+9
* Service requests can interrupt node prefetchingSally2021-03-041-9/+84
* Revert "Prefetching can be interrupted by other service requests."Michael Rosenfeld2021-03-031-84/+9
* Prefetching can be interrupted by other service requests.Sally2021-03-011-9/+84
* Revert "Prefetching can be interupted by other service requests."Adam Wright2020-12-221-47/+9
* Prefetching can be interupted by other service requests.Qasid Ahmad Sadiq2020-12-161-9/+47
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-3/+3
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-3/+3
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-3/+3
* Tighten up Binder.clearCallingIdentity() usage.Jeff Sharkey2020-10-071-6/+6
* Do not prefetching accessibility nodes while a view is scrollingRhed Jao2020-02-271-0/+73
* Changing the return type of takeScreenshot() (1/n)Jacky Kao2020-01-311-26/+0
* Implementing new API : takeScreenshot()Jacky Kao2020-01-151-0/+26
* Support accessibility on embedded hierarchies (1/n)Jackal Guo2020-01-141-0/+45
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Don't clear cache when changing accessibility focusJackal Guo2019-12-121-9/+28
* Implementing new API : getWindowsOnAllDisplays()Jacky Kao2019-10-041-10/+25
* Modifying the mechanism of A11y window cacheJacky Kao2019-09-161-4/+9
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-201-0/+4
* Avoid sending content changed a11y events from wrong viewsEugene Susla2018-03-291-2/+9
* Nullcheck to fix Autofill CTSEugene Susla2017-12-111-5/+8
* Prevent reporting fake package name - frameworkSvet Ganov2017-12-091-31/+45
* Bypass a11y cache when requestedPhil Weaver2017-11-091-50/+67
* In Accessibility code, wrap Binder.restoreCallingIdentity() in finally{}.Peter Visontay2017-11-011-28/+63
* Basic accessibility support for picture-in-picturePhil Weaver2017-03-101-1/+1
* Provide text locations to accessibility services.Phil Weaver2017-02-061-4/+3
* Add tests for accessibility cache.Phil Weaver2016-08-251-1/+4
* Prevent AccessibilityInteractionClient.getWindows()Maxim Bogatov2015-10-211-5/+1
* Clear/restore calling identity in AccessibilityInteractionClientAlan Viverette2015-06-171-0/+16
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-1/+0
* Fix broken activation of the selected view in accessibility mode.Svetoslav2015-02-021-68/+0
* Clicking on partially coverd views by other views or windows.Svet Ganov2014-09-071-0/+69
* Improve the window query API performamce.Svetoslav2014-07-251-28/+16
* Accessibility window changes not reported.Svetoslav2014-06-111-11/+5
* Adding system support for a single accessibility focus.Svetoslav2014-04-111-0/+13
* Added accessibility APIs for introspecting interactive windows.Svetoslav2014-03-201-31/+111