Home
last modified time | relevance | path

Searched refs:mBitmapCache (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/
DImageListViewScrollActivity.java57 private static Bitmap[] mBitmapCache = new Bitmap[IMG_RES_ID.length]; field in ImageListViewScrollActivity
101 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()
/frameworks/base/core/java/android/widget/
DRemoteViews.java380 private BitmapCache mBitmapCache = new BitmapCache(); field in RemoteViews
515 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 …]