HomeSort by relevance Sort by last modified time
    Searched defs:bitmapCache (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GeometryMathUtils.java 27 import com.android.gallery3d.filtershow.cache.BitmapCache;
319 BitmapCache bitmapCache = MasterImage.getImage().getBitmapCache();
320 Bitmap temp = bitmapCache.getBitmap(frame.width(),
321 frame.height(), BitmapCache.UTIL_GEOMETRY);
394 BitmapCache cache = MasterImage.getImage().getBitmapCache();
  /frameworks/base/core/java/android/widget/
RemoteViews.java 118 private BitmapCache mBitmapCache;
299 public void setBitmapCache(BitmapCache bitmapCache) {
391 mBitmapCache = new BitmapCache();
    [all...]

Completed in 165 milliseconds