Searched refs:IntArray (Results 1 – 9 of 9) sorted by relevance
90 IntArray iconIds = new IntArray(); in filterUnsupported()91 IntArray largeIconIds = new IntArray(); in filterUnsupported()92 IntArray imageIds = new IntArray(); in filterUnsupported()
19 public class IntArray { class
43 import android.util.IntArray;162 final ArrayMap<String, IntArray> clustered = new ArrayMap<>(); in updateWithLocked()166 IntArray cluster = clustered.get(tag); in updateWithLocked()168 cluster = new IntArray(); in updateWithLocked()178 final IntArray cluster = clustered.valueAt(i); in updateWithLocked()387 private long[] getDownloadIds(Cursor cursor, IntArray cluster) { in getDownloadIds()
26 import com.android.gallery3d.util.IntArray;141 private IntArray mSaveFlags = new IntArray();243 private final IntArray mUnboundTextures = new IntArray();244 private final IntArray mDeleteBuffers = new IntArray();806 IntArray ids = mUnboundTextures; in deleteRecycledResources()
28 import com.android.gallery3d.util.IntArray;80 private final IntArray mUnboundTextures = new IntArray();81 private final IntArray mDeleteBuffers = new IntArray();747 IntArray ids = mUnboundTextures; in deleteRecycledResources()
139 private IntArray mSaveFlags = new IntArray();241 private final IntArray mUnboundTextures = new IntArray();242 private final IntArray mDeleteBuffers = new IntArray();805 IntArray ids = mUnboundTextures; in deleteRecycledResources()
76 -keepclassmembers class com.android.gallery3d.util.IntArray {