Home
last modified time | relevance | path

Searched refs:mSortedHorizontalChildren (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
DRelativeLayout.java220 private View[] mSortedHorizontalChildren; field in RelativeLayout
389 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()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt83366 Landroid/widget/RelativeLayout;->mSortedHorizontalChildren:[Landroid/view/View;