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

/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java201 private View[] mSortedHorizontalChildren = new View[0]; field in class:RelativeLayout
325 if (mSortedHorizontalChildren.length != count) mSortedHorizontalChildren = new View[count];
343 graph.getSortedViews(mSortedHorizontalChildren, RULES_HORIZONTAL);
351 for (View view : mSortedHorizontalChildren) {
417 View[] views = mSortedHorizontalChildren;

Completed in 200 milliseconds