summaryrefslogtreecommitdiff
path: root/core/java/android/view/AccessibilityInteractionController.java
Commit message (Expand)AuthorAgeFilesLines
* Change node bounds procedure based on SufaceFlinger Callbackryanlwlin2022-04-121-78/+116
* Check for null text location when applying scaling changesSally2022-03-181-0/+3
* Expose prefetching strategies to servicesSally2022-02-091-36/+263
* Refactor A11yInteractionClient so every service has its own cachesallyyuen2021-11-221-2/+1
* Remove parent window from display contentTiger Huang2021-10-061-16/+0
* Query the cache for AccessibilityInteractionClient's findFocussallyyuen2021-08-301-1/+2
* recreate a11y focused virtual node when findFocusyingleiw2021-07-021-3/+6
* Service requests can interrupt node prefetchingSally2021-04-091-130/+254
* Revert "Service requests can interrupt node prefetching"Sally Yuen2021-03-081-221/+130
* Service requests can interrupt node prefetchingSally2021-03-041-130/+221
* Merge "Revert "Prefetching can be interrupted by other service requests."" in...Michael Rosenfeld2021-03-031-221/+130
|\
| * Revert "Prefetching can be interrupted by other service requests."Michael Rosenfeld2021-03-031-221/+130
* | Merge "Checks viewId's nullibility before findA11yNodeInfos" into sc-devLucy Chang2021-03-031-1/+2
|\ \ | |/ |/|
| * Checks viewId's nullibility before findA11yNodeInfoslucychang2021-02-181-1/+2
* | Prefetching can be interrupted by other service requests.Sally2021-03-011-130/+221
|/
* Revert "Prefetching can be interupted by other service requests."Adam Wright2020-12-221-165/+117
* Prefetching can be interupted by other service requests.Qasid Ahmad Sadiq2020-12-161-117/+165
* Remove recycling magnificationSpec and region.Qasid Ahmad Sadiq2020-12-141-21/+0
* Populate AccessibilityEvent.getAction when preforming an actionHiroki Sato2020-04-031-0/+2
* Apply the screen matrix to the boundsInScreenJackal Guo2020-02-171-0/+36
* Support accessibility on embedded hierarchies (2/n)Jackal Guo2020-02-111-0/+32
* Improve A11yNodeInfo visibility for magnificationRhed Jao2019-07-111-35/+6
* A11y support for windows in a re-parented displayJackal Guo2019-05-231-0/+28
* Race condition while injecting ACTION_OUTSIDEJackal Guo2019-04-231-8/+34
* Refine adjustIsVisibleToUserJackal Guo2019-03-211-1/+10
* Fix Autofill PartitionedActivityTest fail.Rhed Jao2019-02-131-8/+6
* Use map to traverse accessibilityIds instead of the view treeQasid Ahmad Sadiq2019-02-061-58/+21
* Improve clear a11y forcus for A11yManagerServiceRhed Jao2019-01-081-4/+78
* Accessibility actions should trigger ACTION_OUTSIDEJackal Guo2018-09-051-0/+9
* Add API for apps to prepare for some a11y requestsPhil Weaver2017-03-241-19/+215
* Basic accessibility support for picture-in-picturePhil Weaver2017-03-101-47/+26
* Replace com.android.internal.util.Predicate with java.util.function.PredicatePaul Duffin2017-02-081-2/+2
* Provide text locations to accessibility services.Phil Weaver2017-02-061-198/+126
* Accessibility support for ClickableSpanPhil Weaver2017-01-091-10/+54
* Discard prefetched disconnected predecessors of a virtual node.Svet Ganov2016-02-191-0/+7
* Merge "Make node retrieval methods in AccessibilityManagerService use separat...Svetoslav Ganov2015-06-041-5/+46
|\
| * Make node retrieval methods in AccessibilityManagerService use separate Regio...Nirmal Patel2015-06-031-5/+46
* | Fix calls to Rect.intersect() in package android.viewDoris Liu2015-05-281-1/+4
|/
* Disable input during Activity Transition.George Mount2015-05-071-3/+4
* Fix broken activation of the selected view in accessibility mode.Svetoslav2015-02-021-95/+0
* Abort accessibility node prefetch if parent node is nullAlan Viverette2014-11-041-5/+7
* Accessibility node provider getting invalid virtual view id.Svetoslav2014-09-281-1/+1
* Using wrong virtual view id When prefetching accessibility nodes.Svetoslav2014-09-251-1/+7
* Clicking on partially coverd views by other views or windows.Svet Ganov2014-09-071-16/+130
* Fix AccessibilityNode's isVisibleToUser behavior.Svetoslav2014-09-021-7/+51
* Disable node tree consistency check on user builds.Svetoslav2014-03-281-1/+1
* Added accessibility APIs for introspecting interactive windows.Svetoslav2014-03-201-23/+130
* Remove unused imports from frameworks/base.John Spurlock2013-11-201-2/+0
* Add methods for removing children and actions from A11y nodesAlan Viverette2013-11-061-6/+5
* Add findFocus API for AccessibilityNodeProviderAlan Viverette2013-09-301-2/+8