Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRemoteViews.java299 public void setBitmapCache(BitmapCache bitmapCache) { in setBitmapCache() method in RemoteViews.Action
392 setBitmapCache(mBitmapCache); in mergeRemoteViews()
1156 public void setBitmapCache(BitmapCache bitmapCache) { in setBitmapCache() method in RemoteViews.BitmapReflectionAction
1483 rv.setBitmapCache(mBitmapCache); in configureRemoteViewsAsChild()
1586 public void setBitmapCache(BitmapCache bitmapCache) { in setBitmapCache() method
1588 nestedViews.setBitmapCache(bitmapCache); in setBitmapCache()
2179 setBitmapCache(bitmapCache);
2337 private void setBitmapCache(BitmapCache bitmapCache) {
2343 mActions.get(i).setBitmapCache(bitmapCache);
2347 mLandscape.setBitmapCache(bitmapCache);
[all …]