Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRemoteViews.java106 private BitmapCache mBitmapCache; field in RemoteViews
319 mBitmapCache = new BitmapCache(); in mergeRemoteViews()
320 setBitmapCache(mBitmapCache); in mergeRemoteViews()
1013 bitmapId = mBitmapCache.getBitmapId(bitmap); in BitmapReflectionAction()
1020 bitmap = mBitmapCache.getBitmapForId(bitmapId); in BitmapReflectionAction()
1305 mBitmapCache.assimilate(rv.mBitmapCache); in configureRemoteViewsAsChild()
1306 rv.setBitmapCache(mBitmapCache); in configureRemoteViewsAsChild()
1678 mBitmapCache = new BitmapCache(); in RemoteViews()
1712 mBitmapCache = new BitmapCache(); in RemoteViews()
1733 mBitmapCache = new BitmapCache(parcel); in RemoteViews()
[all …]