Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
DIconLoader.java164 private final IconDrawableFactory mDrawableFactory; field in IconLoader.DefaultIconLoader
174 mDrawableFactory = IconDrawableFactory.newInstance(context); in DefaultIconLoader()
194 return mDrawableFactory.getBadgedIcon(info, info.applicationInfo, userId); in getBadgedActivityIcon()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/location/
DRecentLocationAccesses.java64 private final IconDrawableFactory mDrawableFactory; field in RecentLocationAccesses
75 mDrawableFactory = IconDrawableFactory.newInstance(context); in RecentLocationAccesses()
188 Drawable icon = mDrawableFactory.getBadgedIcon(appInfo, userId); in getAccessFromOps()
DRecentLocationApps.java63 private final IconDrawableFactory mDrawableFactory; field in RecentLocationApps
68 mDrawableFactory = IconDrawableFactory.newInstance(context); in RecentLocationApps()
209 Drawable icon = mDrawableFactory.getBadgedIcon(appInfo, userId); in getRequestFromOps()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DApplicationsState.java116 final IconDrawableFactory mDrawableFactory; field in ApplicationsState
194 mDrawableFactory = IconDrawableFactory.newInstance(mContext); in ApplicationsState()
499 entry.ensureIconLocked(mContext, mDrawableFactory); in ensureIcon()
1216 if (entry.ensureIconLocked(mContext, mDrawableFactory)) { in handleMessage()