Searched refs:mDrawableFactory (Results 1 – 5 of 5) sorted by relevance
36 private LoaderCompatShim<Cursor> mDrawableFactory; field in PhotoThumbnailAdapter44 mDrawableFactory = factory; in setDrawableFactory()51 Drawable drawable = mDrawableFactory.drawableForItem(cursor, recycle); in bindView()
39 private LoaderCompatShim<Cursor> mDrawableFactory; field in AlbumSetCursorAdapter42 mDrawableFactory = factory; in setDrawableFactory()64 Drawable drawable = mDrawableFactory.drawableForItem(cursor, recycle); in bindView()
71 private final IconDrawableFactory mDrawableFactory; field in RecentAppOpsAccess83 mDrawableFactory = IconDrawableFactory.newInstance(context); in RecentAppOpsAccess()226 Drawable icon = mDrawableFactory.getBadgedIcon(appInfo, userId); in getAccessFromOps()
118 final IconDrawableFactory mDrawableFactory; field in ApplicationsState196 mDrawableFactory = IconDrawableFactory.newInstance(mContext); in ApplicationsState()
63 private final IconDrawableFactory mDrawableFactory; field in RecentLocationApps68 mDrawableFactory = IconDrawableFactory.newInstance(context); in RecentLocationApps()213 Drawable icon = mDrawableFactory.getBadgedIcon(appInfo, userId); in getRequestFromOps()