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()
380 private BitmapCache mBitmapCache = new BitmapCache(); field in RemoteViews515 ArrayList<Bitmap> cache = mBitmapCache.mBitmaps; in reduceImageSizes()1254 HierarchyRootData currentRootData = new HierarchyRootData(mBitmapCache, in RemoteCollectionCache()2082 mBitmapId = mBitmapCache.getBitmapId(bitmap); in BitmapReflectionAction()2089 mBitmap = mBitmapCache.getBitmapForId(mBitmapId); in BitmapReflectionAction()2110 mBitmapId = rootData.mBitmapCache.getBitmapId(mBitmap); in setHierarchyRootData()4186 mBitmapCache = src.mBitmapCache;4191 mBitmapCache = hierarchyRoot.mBitmapCache;4278 mBitmapCache = new BitmapCache(parcel);4447 mBitmapCache = rootData.mBitmapCache;[all …]