Searched refs:mDrawableFactory (Results 1 – 4 of 4) sorted by relevance
164 private final IconDrawableFactory mDrawableFactory; field in IconLoader.DefaultIconLoader174 mDrawableFactory = IconDrawableFactory.newInstance(context); in DefaultIconLoader()194 return mDrawableFactory.getBadgedIcon(info, info.applicationInfo, userId); in getBadgedActivityIcon()
64 private final IconDrawableFactory mDrawableFactory; field in RecentLocationAccesses75 mDrawableFactory = IconDrawableFactory.newInstance(context); in RecentLocationAccesses()188 Drawable icon = mDrawableFactory.getBadgedIcon(appInfo, userId); in getAccessFromOps()
63 private final IconDrawableFactory mDrawableFactory; field in RecentLocationApps68 mDrawableFactory = IconDrawableFactory.newInstance(context); in RecentLocationApps()209 Drawable icon = mDrawableFactory.getBadgedIcon(appInfo, userId); in getRequestFromOps()
116 final IconDrawableFactory mDrawableFactory; field in ApplicationsState194 mDrawableFactory = IconDrawableFactory.newInstance(mContext); in ApplicationsState()499 entry.ensureIconLocked(mContext, mDrawableFactory); in ensureIcon()1216 if (entry.ensureIconLocked(mContext, mDrawableFactory)) { in handleMessage()