Searched refs:mTopToBottomLeftToRightSet (Results 1 – 2 of 2) sorted by relevance
217 private SortedSet<View> mTopToBottomLeftToRightSet = null; field in RelativeLayout1143 if (mTopToBottomLeftToRightSet == null) { in dispatchPopulateAccessibilityEventInternal()1144 mTopToBottomLeftToRightSet = new TreeSet<View>(new TopToBottomLeftToRightComparator()); in dispatchPopulateAccessibilityEventInternal()1149 mTopToBottomLeftToRightSet.add(getChildAt(i)); in dispatchPopulateAccessibilityEventInternal()1152 for (View view : mTopToBottomLeftToRightSet) { in dispatchPopulateAccessibilityEventInternal()1155 mTopToBottomLeftToRightSet.clear(); in dispatchPopulateAccessibilityEventInternal()1160 mTopToBottomLeftToRightSet.clear(); in dispatchPopulateAccessibilityEventInternal()
83368 Landroid/widget/RelativeLayout;->mTopToBottomLeftToRightSet:Ljava/util/SortedSet;