Searched refs:CACHE_SIZE (Results 1 – 6 of 6) sorted by relevance
81 private static final int CACHE_SIZE = 16; field in NinePatchTexture.SmallCache82 private static final int CACHE_SIZE_START_MOVE = CACHE_SIZE / 2;83 private int[] mKey = new int[CACHE_SIZE];84 private V[] mValue = (V[]) new Object[CACHE_SIZE];90 if (mCount == CACHE_SIZE) { in put()91 V old = mValue[CACHE_SIZE - 1]; // remove the last item in put()92 mKey[CACHE_SIZE - 1] = key; in put()93 mValue[CACHE_SIZE - 1] = value; in put()
124 private static final int CACHE_SIZE = 32; field in MediaSetSource.CheckedMediaSetSource130 private MediaItem mCache[] = new MediaItem[CACHE_SIZE];153 ArrayList<MediaItem> items = mSource.getMediaItem(mCacheStart, CACHE_SIZE); in ensureCacheRange()
30 private static final int CACHE_SIZE = field in BitmapCache33 private final MemoryCache mMemoryCache = new MemoryCache(CACHE_SIZE);
38 private static final int CACHE_SIZE = 96; field in AlbumSlotRenderer90 mDataWindow = new AlbumSlidingWindow(mActivity, model, CACHE_SIZE); in setModel()
36 private static final int CACHE_SIZE = 96; field in AlbumSetSlotRenderer110 mActivity, model, mLabelSpec, CACHE_SIZE); in setModel()
58 private static final int CACHE_SIZE = 100; field in CapabilitiesCache67 private final LruCache<Uri, LocalPrinterCapabilities> mCache = new LruCache<>(CACHE_SIZE);