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

/frameworks/base/core/java/android/widget/
H A DRemoteViews.java105 private BitmapCache mBitmapCache; field in class:RemoteViews
276 mBitmapCache = new BitmapCache();
277 setBitmapCache(mBitmapCache);
870 bitmapId = mBitmapCache.getBitmapId(bitmap);
877 bitmap = mBitmapCache.getBitmapForId(bitmapId);
1170 mBitmapCache.assimilate(rv.mBitmapCache);
1171 rv.setBitmapCache(mBitmapCache);
1449 mBitmapCache = new BitmapCache();
1488 mBitmapCache
[all...]

Completed in 924 milliseconds