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()
234 private BitmapCache mBitmapCache; field in RemoteViews290 ArrayList<Bitmap> cache = mBitmapCache.mBitmaps; in reduceImageSizes()540 mBitmapCache = new BitmapCache(); in mergeRemoteViews()541 setBitmapCache(mBitmapCache); in mergeRemoteViews()1202 bitmapId = mBitmapCache.getBitmapId(bitmap); in BitmapReflectionAction()1209 bitmap = mBitmapCache.getBitmapForId(bitmapId); in BitmapReflectionAction()1545 rv.setBitmapCache(mBitmapCache); in configureRemoteViewsAsChild()2241 mBitmapCache = new BitmapCache();2270 mBitmapCache = new BitmapCache();2282 mBitmapCache = src.mBitmapCache;[all …]