Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/location/
DRecentLocationApps.java52 private final IconDrawableFactory mDrawableFactory; field in RecentLocationApps
57 mDrawableFactory = IconDrawableFactory.newInstance(context); in RecentLocationApps()
152 Drawable icon = mDrawableFactory.getBadgedIcon(appInfo, userId); in getRequestFromOps()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
DSystemServicesProxy.java133 IconDrawableFactory mDrawableFactory; field in SystemServicesProxy
311 mDrawableFactory = IconDrawableFactory.newInstance(context); in SystemServicesProxy()
920 return mDrawableFactory.getBadgedIcon(info, info.applicationInfo, userId); in getBadgedActivityIcon()
935 return mDrawableFactory.getBadgedIcon(appInfo, userId); in getBadgedApplicationIcon()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DApplicationsState.java99 final IconDrawableFactory mDrawableFactory; field in ApplicationsState
137 mDrawableFactory = IconDrawableFactory.newInstance(mContext); in ApplicationsState()
333 entry.ensureIconLocked(mContext, mDrawableFactory); in ensureIcon()
958 if (entry.ensureIconLocked(mContext, mDrawableFactory)) { in handleMessage()