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

/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java2207 this.keys = compact(keys, index);
2208 this.values = compact(values, index);
2233 Create a compact array of keys or values using the supplied index.
2235 private static <K> K[] compact(K[] a, int[] index) { method in class:GridLayout.PackedMap
/frameworks/base/legacy-test/src/junit/framework/
H A DComparisonCompactor.java25 public String compact(String message) { method in class:ComparisonCompactor
/frameworks/base/core/java/android/widget/
H A DGridLayout.java2317 this.keys = compact(keys, index);
2318 this.values = compact(values, index);
2343 Create a compact array of keys or values using the supplied index.
2345 private static <K> K[] compact(K[] a, int[] index) { method in class:GridLayout.PackedMap

Completed in 175 milliseconds