Searched refs:mSortedHorizontalChildren (Results 1 – 2 of 2) 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()
89332 Landroid/widget/RelativeLayout;->mSortedHorizontalChildren:[Landroid/view/View;