Home
last modified time | relevance | path

Searched refs:mTopToBottomLeftToRightSet (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java218 private SortedSet<View> mTopToBottomLeftToRightSet = null; field in RelativeLayout
1144 if (mTopToBottomLeftToRightSet == null) { in dispatchPopulateAccessibilityEventInternal()
1145 mTopToBottomLeftToRightSet = new TreeSet<View>(new TopToBottomLeftToRightComparator()); in dispatchPopulateAccessibilityEventInternal()
1150 mTopToBottomLeftToRightSet.add(getChildAt(i)); in dispatchPopulateAccessibilityEventInternal()
1153 for (View view : mTopToBottomLeftToRightSet) { in dispatchPopulateAccessibilityEventInternal()
1156 mTopToBottomLeftToRightSet.clear(); in dispatchPopulateAccessibilityEventInternal()
1161 mTopToBottomLeftToRightSet.clear(); in dispatchPopulateAccessibilityEventInternal()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt72262 Landroid/widget/RelativeLayout;->mTopToBottomLeftToRightSet:Ljava/util/SortedSet;