Searched refs:mTopToBottomLeftToRightSet (Results 1 – 2 of 2) sorted by relevance
218 private SortedSet<View> mTopToBottomLeftToRightSet = null; field in RelativeLayout1144 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()
72262 Landroid/widget/RelativeLayout;->mTopToBottomLeftToRightSet:Ljava/util/SortedSet;