Searched refs:mSortedHorizontalChildren (Results 1 – 1 of 1) sorted by relevance
214 private View[] mSortedHorizontalChildren; field in RelativeLayout370 if (mSortedHorizontalChildren == null || mSortedHorizontalChildren.length != count) { in sortChildren()371 mSortedHorizontalChildren = new View[count]; in sortChildren()382 graph.getSortedViews(mSortedHorizontalChildren, RULES_HORIZONTAL); in sortChildren()451 View[] views = mSortedHorizontalChildren; in onMeasure()