Searched refs:setBitmapCache (Results 1 - 1 of 1) sorted by relevance
/frameworks/base/core/java/android/widget/ | ||
H A D | RemoteViews.java | 259 public void setBitmapCache(BitmapCache bitmapCache) { method in class:RemoteViews.Action 322 setBitmapCache(mBitmapCache); 1042 public void setBitmapCache(BitmapCache bitmapCache) { method in class:RemoteViews.BitmapReflectionAction 1322 rv.setBitmapCache(mBitmapCache); 1388 public void setBitmapCache(BitmapCache bitmapCache) { method in class:RemoteViews.ViewGroupAction 1390 nestedViews.setBitmapCache(bitmapCache); 1822 setBitmapCache(bitmapCache); 1963 private void setBitmapCache(BitmapCache bitmapCache) { method in class:RemoteViews 1969 mActions.get(i).setBitmapCache(bitmapCache); 1973 mLandscape.setBitmapCache(bitmapCach [all...] |
Completed in 65 milliseconds