Searched refs:mSortedVerticalChildren (Results 1 – 1 of 1) sorted by relevance
215 private View[] mSortedVerticalChildren; field in RelativeLayout366 if (mSortedVerticalChildren == null || mSortedVerticalChildren.length != count) { in sortChildren()367 mSortedVerticalChildren = new View[count]; in sortChildren()381 graph.getSortedViews(mSortedVerticalChildren, RULES_VERTICAL); in sortChildren()469 views = mSortedVerticalChildren; in onMeasure()