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

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/util/
H A DIntArray.java19 public class IntArray { class
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java93 private final static Map<IntArray, String> sRArrayMap = new HashMap<IntArray, String>();
123 private final static class IntArray { class in class:Bridge
126 private IntArray() { method in class:Bridge.IntArray
130 private IntArray(int[] a) { method in class:Bridge.IntArray
149 IntArray other = (IntArray) obj;
156 private final static IntArray sIntArrayWrapper = new IntArray();
281 // if the object is an int[] we put it in sRArrayMap using an IntArray
[all...]

Completed in 73 milliseconds