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

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

Completed in 312 milliseconds