Home
last modified time | relevance | path

Searched refs:mDrawableFactory (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Gallery2/src/com/android/photos/adapters/
H A DPhotoThumbnailAdapter.java36 private LoaderCompatShim<Cursor> mDrawableFactory; field in PhotoThumbnailAdapter
44 mDrawableFactory = factory; in setDrawableFactory()
51 Drawable drawable = mDrawableFactory.drawableForItem(cursor, recycle); in bindView()
H A DAlbumSetCursorAdapter.java39 private LoaderCompatShim<Cursor> mDrawableFactory; field in AlbumSetCursorAdapter
42 mDrawableFactory = factory; in setDrawableFactory()
64 Drawable drawable = mDrawableFactory.drawableForItem(cursor, recycle); in bindView()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DRecentAppOpsAccess.java71 private final IconDrawableFactory mDrawableFactory; field in RecentAppOpsAccess
83 mDrawableFactory = IconDrawableFactory.newInstance(context); in RecentAppOpsAccess()
226 Drawable icon = mDrawableFactory.getBadgedIcon(appInfo, userId); in getAccessFromOps()
H A DApplicationsState.java118 final IconDrawableFactory mDrawableFactory; field in ApplicationsState
196 mDrawableFactory = IconDrawableFactory.newInstance(mContext); in ApplicationsState()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/location/
H A DRecentLocationApps.java63 private final IconDrawableFactory mDrawableFactory; field in RecentLocationApps
68 mDrawableFactory = IconDrawableFactory.newInstance(context); in RecentLocationApps()
213 Drawable icon = mDrawableFactory.getBadgedIcon(appInfo, userId); in getRequestFromOps()