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

/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java1657 * Builds a sorted list of views. The sorting order depends on the dependencies
1660 * is: B -> A -> C. The sorted array will contain views B, A and C in this order.
1662 * @param sorted The sorted list of views. The length of this array must
1666 void getSortedViews(View[] sorted, int... rules) { argument
1675 sorted[index++] = view;
1690 if (index < sorted.length) {

Completed in 40 milliseconds