Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRelativeLayout.java214 private View[] mSortedHorizontalChildren; field in RelativeLayout
370 if (mSortedHorizontalChildren == null || mSortedHorizontalChildren.length != count) { in sortChildren()
371 mSortedHorizontalChildren = new View[count]; in sortChildren()
382 graph.getSortedViews(mSortedHorizontalChildren, RULES_HORIZONTAL); in sortChildren()
451 View[] views = mSortedHorizontalChildren; in onMeasure()