Searched defs:setBitmapCache (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DRemoteViews.java214 public void setBitmapCache(BitmapCache bitmapCache) { method in class:RemoteViews.Action
277 setBitmapCache(mBitmapCache);
897 public void setBitmapCache(BitmapCache bitmapCache) { method in class:RemoteViews.BitmapReflectionAction
1171 rv.setBitmapCache(mBitmapCache);
1237 public void setBitmapCache(BitmapCache bitmapCache) { method in class:RemoteViews.ViewGroupAction
1239 nestedViews.setBitmapCache(bitmapCache);
1511 setBitmapCache(bitmapCache);
1644 private void setBitmapCache(BitmapCache bitmapCache) { method in class:RemoteViews
1650 mActions.get(i).setBitmapCache(bitmapCache);
1654 mLandscape.setBitmapCache(bitmapCach
[all...]

Completed in 10 milliseconds