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

/frameworks/base/core/java/android/widget/
H A DGridLayout.java2130 this.keys = compact(keys, index);
2131 this.values = compact(values, index);
2156 Create a compact array of keys or values using the supplied index.
2158 private static <K> K[] compact(K[] a, int[] index) { method in class:GridLayout.PackedMap
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java2063 this.keys = compact(keys, index);
2064 this.values = compact(values, index);
2089 Create a compact array of keys or values using the supplied index.
2091 private static <K> K[] compact(K[] a, int[] index) { method in class:GridLayout.PackedMap

Completed in 593 milliseconds