Home
last modified time | relevance | path

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

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