Searched defs:compact (Results 1 - 2 of 2) sorted by last modified time

/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java2064 this.keys = compact(keys, index);
2065 this.values = compact(values, index);
2090 Create a compact array of keys or values using the supplied index.
2092 private static <K> K[] compact(K[] a, int[] index) { method in class:GridLayout.PackedMap
/frameworks/base/core/java/android/widget/
H A DGridLayout.java2181 this.keys = compact(keys, index);
2182 this.values = compact(values, index);
2207 Create a compact array of keys or values using the supplied index.
2209 private static <K> K[] compact(K[] a, int[] index) { method in class:GridLayout.PackedMap

Completed in 100 milliseconds