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

/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java1690 * Builds a sorted list of views. The sorting order depends on the dependencies
1693 * is: B -> A -> C. The sorted array will contain views B, A and C in this order.
1695 * @param sorted The sorted list of views. The length of this array must
1699 void getSortedViews(View[] sorted, int... rules) { argument
1708 sorted[index++] = view;
1723 if (index < sorted.length) {
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 667 milliseconds