Searched refs:mSortedHorizontalChildren (Results 1 – 1 of 1) sorted by relevance
221 private View[] mSortedHorizontalChildren; field in RelativeLayout390 if (mSortedHorizontalChildren == null || mSortedHorizontalChildren.length != count) { in sortChildren()391 mSortedHorizontalChildren = new View[count]; in sortChildren()402 graph.getSortedViews(mSortedHorizontalChildren, RULES_HORIZONTAL); in sortChildren()471 View[] views = mSortedHorizontalChildren; in onMeasure()