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

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/util/
H A DIntArray.java19 public class IntArray { class
/frameworks/base/core/java/android/util/
H A DIntArray.java29 public class IntArray implements Cloneable { class in inherits:Cloneable
36 * Creates an empty IntArray with the default initial capacity.
38 public IntArray() { method in class:IntArray
43 * Creates an empty IntArray with the specified initial capacity.
45 public IntArray(int initialCapacity) { method in class:IntArray
102 public void addAll(IntArray values) {
134 public IntArray clone() throws CloneNotSupportedException {
135 final IntArray clone = (IntArray) super.clone();
183 * Returns a new array with the contents of this IntArray
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java98 private final static Map<IntArray, String> sRArrayMap = new HashMap<IntArray, String>(384);
128 private final static class IntArray { class in class:Bridge
131 private IntArray() { method in class:Bridge.IntArray
135 private IntArray(int[] a) { method in class:Bridge.IntArray
154 IntArray other = (IntArray) obj;
160 private final static IntArray sIntArrayWrapper = new IntArray();
291 // if the object is an int[] we put it in sRArrayMap using an IntArray
[all...]
/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 1434 milliseconds