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

/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java1752 * Builds a sorted list of views. The sorting order depends on the dependencies
1755 * is: B -> A -> C. The sorted array will contain views B, A and C in this order.
1757 * @param sorted The sorted list of views. The length of this array must
1761 void getSortedViews(View[] sorted, int... rules) { argument
1770 sorted[index++] = view;
1785 if (index < sorted.length) {
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp2133 // NOTE: we rely on the fact that layers are sorted by
3494 std::map<float, BufferTuple, std::greater<float>> sorted; local
3508 sorted.insert({activeTime, {name, twoBufferRatio,
3511 for (const auto& sortedPair : sorted) {
H A DSurfaceFlinger_hwc1.cpp1804 // NOTE: we rely on the fact that layers are sorted by
3149 std::map<float, BufferTuple, std::greater<float>> sorted; local
3163 sorted.insert({activeTime, {name, twoBufferRatio,
3166 for (const auto& sortedPair : sorted) {
/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 936 milliseconds