Searched refs:mTopToBottomLeftToRightSet (Results 1 – 1 of 1) sorted by relevance
211 private SortedSet<View> mTopToBottomLeftToRightSet = null; field in RelativeLayout1124 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()