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

  /packages/apps/Launcher2/src/com/android/launcher2/
WidgetPreviewLoader.java 129 private BitmapFactoryOptionsCache mCachedBitmapFactoryOptions = new BitmapFactoryOptionsCache();
432 final BitmapFactory.Options opts = mCachedBitmapFactoryOptions.get();
  /packages/apps/Launcher3/src/com/android/launcher3/
WidgetPreviewLoader.java 132 private final BitmapFactoryOptionsCache mCachedBitmapFactoryOptions = new BitmapFactoryOptionsCache();
472 final BitmapFactory.Options opts = mCachedBitmapFactoryOptions.get();
    [all...]

Completed in 3054 milliseconds