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

  /packages/apps/Launcher2/src/com/android/launcher2/
WidgetPreviewLoader.java 99 class BitmapFactoryOptionsCache extends SoftReferenceThreadLocal<BitmapFactory.Options> {
129 private BitmapFactoryOptionsCache mCachedBitmapFactoryOptions = new BitmapFactoryOptionsCache();
  /packages/apps/Launcher3/src/com/android/launcher3/
WidgetPreviewLoader.java 107 private static class BitmapFactoryOptionsCache extends
132 private final BitmapFactoryOptionsCache mCachedBitmapFactoryOptions = new BitmapFactoryOptionsCache();
    [all...]

Completed in 561 milliseconds