Searched defs:mSortedVerticalChildren (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java215 private View[] mSortedVerticalChildren; field in class:RelativeLayout
366 if (mSortedVerticalChildren == null || mSortedVerticalChildren.length != count) {
367 mSortedVerticalChildren = new View[count];
381 graph.getSortedViews(mSortedVerticalChildren, RULES_VERTICAL);
469 views = mSortedVerticalChildren;

Completed in 26 milliseconds