summaryrefslogtreecommitdiff
path: root/core/java/android/view/accessibility/AccessibilityNodeInfo.java
AgeCommit message (Expand)Author
2022-03-15Merge SP2A.220305.013Haamed Gheibi
2021-05-04Clarify javadoc for ACTION_LONG_CLICKlucychang
2021-04-01Limitation the text location length of the A11y nodeJacky Kao
2021-02-18Checks viewId's nullibility before findA11yNodeInfoslucychang
2020-10-29Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-28Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-15Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz
2020-08-03Merge "docs: Changes "their" to "the" in 2 places" into rvc-dev am: 24ed56bd0...Kevin Hufnagle
2020-07-31docs: Changes "their" to "the" in 2 placesKevin Hufnagle
2020-07-22Merge "docs: Use more inclusive pronouns" into rvc-dev am: 5c4491e04b am: eb6...Kevin Hufnagle
2020-07-20docs: Use more inclusive pronounsKevin Hufnagle
2020-06-09Merge "Documentation cleanup for AccessibilityNodeInfo.ExtraRenderingInfo" in...Minche Li
2020-06-05Documentation cleanup for AccessibilityNodeInfo.ExtraRenderingInfomincheli
2020-06-03Fix RangeInfo RANGE_TYPE_PERCENT javadocyingleiw
2020-05-01Update inner class constructor refs to use proper syntax.Andrew Sapperstein
2020-04-29Update inner class constructor refs to use proper syntax.Andrew Sapperstein
2020-04-22Makes AccessibilityNodeInfo#getSourceNodeId as test APIJacky Kao
2020-03-18Refines the javadoc of the ReplacementSpan.getContentDescriptionmenghanli
2020-03-10Merge "Improvement of IME Enter Action" into rvc-devJacky Kao
2020-03-06Update API ExtraRenderingInfo by review feedbackDieter Hsu
2020-03-05Improvement of IME Enter ActionJacky Kao
2020-03-05Merge "Update Javadoc" into rvc-devJackal Guo
2020-03-04Update JavadocJackal Guo
2020-03-04Merge "Revise the javadoc and rename the constant" into rvc-devRyan Lin
2020-03-03Revise the javadoc and rename the constantryanlwlin
2020-03-02Do not prefetching accessibility nodes while a view is scrollingRhed Jao
2020-02-18Refresh new extra data AccessibilityNodeInfo.ExtraRenderingInfoDieter Hsu
2020-02-07Providing new accessibilityNode actionJacky Kao
2020-01-21Providing new accessibilityNode actionJacky Kao
2020-01-14Support accessibility on embedded hierarchies (1/n)Jackal Guo
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-12-04Added ACTION_PRESS_AND_HOLDryanlwlin
2019-11-27Publicize constructors of accessibility related infomational classesJackal Guo
2019-11-14Delete invalid legacy code.Hongming Jin
2019-11-04Convert AccessibilityAction into a parcelable.Hongming Jin
2019-10-08Merge "Create new API for ImageSpan"Kevin Chang
2019-10-02Create new API for ImageSpanKevin Chang
2019-09-11Add accessibility state API in platformyingleiw
2019-08-14Update CollectionInfo comment to indicate -1 is ambiguous count.Qasid Ahmad Sadiq
2019-07-11Improve A11yNodeInfo visibility for magnificationRhed Jao
2019-04-26Dump accessibility event and node when tag is loggableDieter Hsu
2019-04-05Revert "Depecrate flags, and try to match them to actions"Qasid Ahmad Sadiq
2019-03-27Deprecate boundsInParent in favor of boundInScreen.Qasid Ahmad Sadiq
2019-03-26Stop recycling in AccessibilityCacheJackal Guo
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2019-01-12Merge "Avoid adding node itself as child node." am: e0a34bf17f am: 234076ca37qinyige
2019-01-07Avoid adding node itself as child node.qinyige
2018-11-12Add ACTION_PAGE_UP/DOWN/NEXT/PREVIOUSQasid Ahmad Sadiq
2018-10-09Accessibility: Improve TouchDelegate AccessibilityRhed Jao