Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRelativeLayout.java211 private SortedSet<View> mTopToBottomLeftToRightSet = null; field in RelativeLayout
1124 if (mTopToBottomLeftToRightSet == null) { in dispatchPopulateAccessibilityEventInternal()
1125 mTopToBottomLeftToRightSet = new TreeSet<View>(new TopToBottomLeftToRightComparator()); in dispatchPopulateAccessibilityEventInternal()
1130 mTopToBottomLeftToRightSet.add(getChildAt(i)); in dispatchPopulateAccessibilityEventInternal()
1133 for (View view : mTopToBottomLeftToRightSet) { in dispatchPopulateAccessibilityEventInternal()
1136 mTopToBottomLeftToRightSet.clear(); in dispatchPopulateAccessibilityEventInternal()
1141 mTopToBottomLeftToRightSet.clear(); in dispatchPopulateAccessibilityEventInternal()