summaryrefslogtreecommitdiff
path: root/core/java/android/view/accessibility
Commit message (Expand)AuthorAgeFilesLines
* Allow app usage of AccessibilityInteractionClient#getInstance and clearCache ...yingleiw2021-07-021-2/+5
* Add AccessibilityManager#removeClientSally2021-06-042-0/+21
* Merge "Correct typo in TYPE_SYSTEM description" into sc-devLucy Chang2021-05-051-1/+1
|\
| * Correct typo in TYPE_SYSTEM descriptionlucychang2021-05-041-1/+1
* | Clarify javadoc for ACTION_LONG_CLICKlucychang2021-05-041-0/+2
|/
* Add prefetch result to a11y tracingSally2021-04-201-2/+16
* Merge "Service requests can interrupt node prefetching" into sc-devSally Yuen2021-04-092-14/+78
|\
| * Service requests can interrupt node prefetchingSally2021-04-092-14/+78
* | Merge "Updates magnification button after an accessibility action is performe...TreeHugger Robot2021-04-071-0/+7
|\ \
| * | Updates magnification button after an accessibility action is performedmincheli2021-04-071-0/+7
* | | Merge "Limitation the text location length of the A11y node" into sc-devJacky Kao2021-04-071-1/+14
|\ \ \ | |_|/ |/| |
| * | Limitation the text location length of the A11y nodeJacky Kao2021-04-011-1/+14
| |/
* | Add trace for AccessibilityInteractionClient callback interfaces.Hongming Jin2021-04-022-1/+142
* | Eliminate potential deadlock in AccessibilityCacheSally2021-03-291-49/+28
|/
* Revert "Service requests can interrupt node prefetching"Sally Yuen2021-03-082-93/+9
* Service requests can interrupt node prefetchingSally2021-03-042-9/+93
* Merge "Revert "Prefetching can be interrupted by other service requests."" in...Michael Rosenfeld2021-03-032-93/+9
|\
| * Revert "Prefetching can be interrupted by other service requests."Michael Rosenfeld2021-03-032-93/+9
* | Merge "Checks viewId's nullibility before findA11yNodeInfos" into sc-devLucy Chang2021-03-031-1/+5
|\ \ | |/ |/|
| * Checks viewId's nullibility before findA11yNodeInfoslucychang2021-02-181-1/+5
* | Prefetching can be interrupted by other service requests.Sally2021-03-012-9/+93
|/
* Merge "Make me an owner of accessibility frameworks" am: f79a0fd564 am: b8ec0...Treehugger Robot2021-01-191-0/+1
|\
| * Merge "Make me an owner of accessibility frameworks" am: f79a0fd564 am: b8ec0...Treehugger Robot2021-01-191-0/+1
| |\
| | * Make me an owner of accessibility frameworksryanlwlin2021-01-191-0/+1
* | | Revert "Prefetching can be interupted by other service requests."Adam Wright2020-12-222-56/+9
* | | Prefetching can be interupted by other service requests.Qasid Ahmad Sadiq2020-12-162-9/+56
* | | resolve merge conflicts of 358f0d4fc8c248498cf113c41e043877a14e89a1 to masterJeff Sharkey2020-12-081-3/+10
|\| |
| * | Improve OWNERS coverage across frameworks/base/. am: fab0ab3c9c am: c7c4a74a78Jeff Sharkey2020-12-081-3/+10
| |\|
| | * Improve OWNERS coverage across frameworks/base/.Jeff Sharkey2020-12-081-3/+10
| | * Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-11-045-12/+12
| * | Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-11-025-12/+12
| * | Merge "Remove @TestApi from @SystemApi symbols" am: d2d4637685 am: cbe282347eAnton Hansson2020-10-201-3/+0
| |\|
| | * Merge "Remove @TestApi from @SystemApi symbols"Anton Hansson2020-10-201-3/+0
| | |\
| | | * Remove @TestApi from @SystemApi symbolsAnton Hansson2020-10-191-3/+0
* | | | Allow A11yService to customize accessibility focusJacky Kao2020-12-043-2/+93
* | | | Merge "Handles magnification scale change when requesting Accessibility action"Minche Li2020-11-051-0/+10
|\ \ \ \
| * | | | Handles magnification scale change when requesting Accessibility actionmincheli2020-10-221-0/+10
* | | | | Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-295-12/+12
* | | | | Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-285-12/+12
* | | | | Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-275-12/+12
* | | | | Remove @TestApi from @SystemApi symbolsAnton Hansson2020-10-201-3/+0
|/ / / /
* | | | Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz2020-10-152-3/+3
* | | | Doc: Fix typo the right way. Supersedes cl/318172931 am: d5726423ca am: 6c085...Mark Goldstein2020-10-141-1/+1
|\| | |
| * | | Doc: Fix typo the right way. Supersedes cl/318172931Mark Goldstein2020-10-141-1/+1
| |/ /
* | | Tighten up Binder.clearCallingIdentity() usage.Jeff Sharkey2020-10-071-6/+6
* | | Tighten up Binder.clearCallingIdentity() usage.Jeff Sharkey2020-10-061-1/+1
* | | Change magnification animation callback (2/2)ryanlwlin2020-09-153-6/+40
* | | Change magnification animation callback (1/2)ryanlwlin2020-09-091-0/+31
* | | Add callback for enabling/disabling window magnificationryanlwlin2020-08-261-2/+6
* | | Add WindowMagnificationAnimationController for animationryanlwlin2020-08-071-4/+4