Searched refs:mBitmapCache (Results 1 – 2 of 2) sorted by relevance
57 private static Bitmap[] mBitmapCache = new Bitmap[IMG_RES_ID.length]; field in ImageListViewScrollActivity101 mBitmapCache[cacheIdx] = bitmap; in onPostExecute()110 for (int i = 0; i < mBitmapCache.length; i++) { in onPause()111 mBitmapCache[i] = null; in onPause()147 Bitmap bitmap = mBitmapCache[(cacheIdx)]; in getView()
242 private BitmapCache mBitmapCache; field in RemoteViews298 ArrayList<Bitmap> cache = mBitmapCache.mBitmaps; in reduceImageSizes()548 mBitmapCache = new BitmapCache(); in mergeRemoteViews()549 setBitmapCache(mBitmapCache); in mergeRemoteViews()1211 bitmapId = mBitmapCache.getBitmapId(bitmap); in BitmapReflectionAction()1218 bitmap = mBitmapCache.getBitmapForId(bitmapId); in BitmapReflectionAction()1554 rv.setBitmapCache(mBitmapCache); in configureRemoteViewsAsChild()2250 mBitmapCache = new BitmapCache();2279 mBitmapCache = new BitmapCache();2291 mBitmapCache = src.mBitmapCache;[all …]