Searched refs:mSortedHorizontalChildren (Results 1 – 2 of 2) sorted by relevance
220 private View[] mSortedHorizontalChildren; field in RelativeLayout389 if (mSortedHorizontalChildren == null || mSortedHorizontalChildren.length != count) { in sortChildren()390 mSortedHorizontalChildren = new View[count]; in sortChildren()401 graph.getSortedViews(mSortedHorizontalChildren, RULES_HORIZONTAL); in sortChildren()470 View[] views = mSortedHorizontalChildren; in onMeasure()
83366 Landroid/widget/RelativeLayout;->mSortedHorizontalChildren:[Landroid/view/View;