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.java234 private BitmapCache mBitmapCache; field in RemoteViews
290 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 …]