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

/frameworks/base/core/java/android/util/
H A DMemoryIntArray.java49 public final class MemoryIntArray implements Parcelable, Closeable { class in inherits:Parcelable,Closeable
50 private static final String TAG = "MemoryIntArray";
67 public MemoryIntArray(int size, boolean clientWritable) throws IOException { method in class:MemoryIntArray
78 private MemoryIntArray(Parcel parcel) throws IOException { method in class:MemoryIntArray
191 MemoryIntArray other = (MemoryIntArray) obj;
245 public static final Parcelable.Creator<MemoryIntArray> CREATOR =
246 new Parcelable.Creator<MemoryIntArray>() {
248 public MemoryIntArray createFromParcel(Parcel parcel) {
250 return new MemoryIntArray(parce
[all...]

Completed in 48 milliseconds