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

/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java164 private View[] mSortedHorizontalChildren = new View[0]; field in class:RelativeLayout
264 if (mSortedHorizontalChildren.length != count) mSortedHorizontalChildren = new View[count];
283 graph.getSortedViews(mSortedHorizontalChildren, LEFT_OF, RIGHT_OF, ALIGN_LEFT, ALIGN_RIGHT);
291 for (View view : mSortedHorizontalChildren) {
357 View[] views = mSortedHorizontalChildren;

Completed in 44 milliseconds