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

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

Completed in 268 milliseconds