summaryrefslogtreecommitdiff
path: root/core/java/android/view/accessibility/AccessibilityEvent.java
Commit message (Expand)AuthorAgeFilesLines
* Fix speech state event javadocs per API review.Ameer Armaly2022-03-021-7/+36
* Make pane logic consistent with documentationSally2022-02-181-0/+5
* Add AccessibilityEvent TYPE_SPEECH_STATE to receive assistant speaking / list...Ameer Armaly2022-02-031-41/+144
* Revert "Revert "Migrate unsafe parcel APIs in framework-minus-apex""Bernardo Rufino2022-01-191-1/+1
* Merge "Revert "Migrate unsafe parcel APIs in framework-minus-apex""Ashwini Oruganti2022-01-121-1/+1
|\
| * Revert "Migrate unsafe parcel APIs in framework-minus-apex"Bernardo Rufino2022-01-121-1/+1
* | Merge "Deprecate obtain and recycle for AccessibilityNodeInfo Test: Feature r...Riley Jones2022-01-041-40/+23
|\ \ | |/ |/|
| * Deprecate obtain and recycle for AccessibilityNodeInfoRiley Jones2021-12-291-40/+23
* | Migrate unsafe parcel APIs in framework-minus-apexBernardo Rufino2021-12-151-1/+1
|/
* Merge "Add drag and drop event ids to intdef" into sc-v2-dev am: 349f251acf a...Sally Yuen2021-10-181-1/+8
|\
| * Add drag and drop event ids to intdefsallyyuen2021-10-131-1/+8
* | Merge "Add AccessibilityAction and AccessibilityEvent API for drag & drop" in...Sally Yuen2021-08-241-0/+30
|\|
| * Add AccessibilityAction and AccessibilityEvent API for drag & dropsallyyuen2021-08-231-0/+30
* | Adds the display Id into the A11y eventJacky Kao2021-05-241-0/+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
* | Use event text for partial accessibility state change in quicksettingsyingleiw2020-02-121-1/+4
|/
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Publicize constructors of accessibility related infomational classesJackal Guo2019-11-271-14/+46
* Add accessibility state API in platformyingleiw2019-09-111-0/+11
* Add new APIs to support RegionInScreen in A11yWindowInfoJackal Guo2019-07-171-0/+4
* Dump accessibility event and node when tag is loggableDieter Hsu2019-04-261-3/+7
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Move some members to the "Q blacklist".Mathew Inwood2018-09-141-1/+2
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-201-0/+3
* Merge "Fixed: Incorrect logging of new APIs in AccessibilityEvent.toString()"TreeHugger Robot2018-06-081-3/+10
|\
| * Fixed: Incorrect logging of new APIs in AccessibilityEvent.toString()Qasid Sadiq2018-06-051-3/+10
* | Fix broken links in @see tags in framework docs.Aurimas Liutikas2018-06-041-1/+1
|/
* Merge "Fix AccessibilityEvent#getContentChangeTypes doc" into pi-devPhil Weaver2018-04-111-8/+11
|\
| * Fix AccessibilityEvent#getContentChangeTypes docPhil Weaver2018-04-091-8/+11
* | [DO NOT MERGE] Avoid sending content changed a11y events from wrong viewsEugene Susla2018-04-061-3/+42
|/
* Additional behavior for a11y panesPhil Weaver2018-01-161-7/+29
* Merge "A11y support for titles of "panes""Phil Weaver2018-01-111-1/+8
|\
| * A11y support for titles of "panes"Phil Weaver2018-01-111-1/+8
* | Concise toString for A11yEventEugene Susla2018-01-101-35/+25
|/
* Clarify accessibility event documentationPhil Weaver2018-01-041-172/+35
* Make accessibility window events more granularPhil Weaver2018-01-031-9/+156
* Don't generate irrelevant a11y events - frameworkSvet Ganov2017-11-281-3/+38
* Merge "Add deltaX/Y to a11y scroll events"TreeHugger Robot2017-08-161-0/+4
|\
| * Add deltaX/Y to a11y scroll eventsEugene Susla2017-08-021-0/+4
* | NumberPicker a11y (and a11y-inspired) fixesPhil Weaver2017-06-061-1/+2
* | Merge "Stop populating accessibility nodes with events"Phil Weaver2017-05-261-8/+3
|\ \ | |/ |/|
| * Stop populating accessibility nodes with eventsPhil Weaver2017-05-241-8/+3
* | Merge "Revert "NumberPicker a11y (and a11y-inspired) fixes"" into oc-dev am: ...Phil Weaver2017-05-221-2/+1
|\ \
| * \ Merge "Revert "NumberPicker a11y (and a11y-inspired) fixes"" into oc-devPhil Weaver2017-05-221-2/+1
| |\ \ | | |/ | |/|
| | * Revert "NumberPicker a11y (and a11y-inspired) fixes"Phil Weaver2017-05-181-2/+1
* | | Print A11yEv. Content Change Types in DEBUG toStringEugene Susla2017-05-171-1/+20
* | | Prune repetetive code in A11yEvent toStringEugene Susla2017-05-161-176/+43
|/ /
* | Merge "Remove outdated security note from A11yEvent" into oc-devTreeHugger Robot2017-05-111-7/+0
|\ \
| * | Remove outdated security note from A11yEventPhil Weaver2017-05-041-7/+0