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

/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java1738 * Builds a sorted list of views. The sorting order depends on the dependencies
1741 * is: B -> A -> C. The sorted array will contain views B, A and C in this order.
1743 * @param sorted The sorted list of views. The length of this array must
1747 void getSortedViews(View[] sorted, int... rules) { argument
1756 sorted[index++] = view;
1771 if (index < sorted.length) {
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/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 344 milliseconds