Lines Matching refs:mCache
131 private BitmapCache mCache;
447 mCache.clear(); // Because the position number is changed.
486 Bitmap b = mCache.getBitmap(pos);
499 return !mCache.hasBitmap(pos + offset);
532 mCache.put(pos + offset, bitmap.getBitmap());
571 mCache = new BitmapCache(3);
572 mImageView.setRecycler(mCache);
596 v.setRecycler(mCache);
976 mCache.clear();
1206 private final Entry[] mCache;
1209 mCache = new Entry[size];
1210 for (int i = 0; i < mCache.length; i++) {
1211 mCache[i] = new Entry();
1218 for (Entry e : mCache) {
1247 for (Entry e : mCache) {
1273 for (Entry e : mCache) {
1290 for (Entry e : mCache) {