Home
last modified time | relevance | path

Searched refs:mIconDrawableFactory (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DForegroundServicesDialog.java163 final IconDrawableFactory mIconDrawableFactory; field in ForegroundServicesDialog.PackageItemAdapter
169 mIconDrawableFactory = IconDrawableFactory.newInstance(context, true); in PackageItemAdapter()
199 icon.setImageDrawable(mIconDrawableFactory.getBadgedIcon(getItem(position))); in getView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipNotificationController.java65 private IconDrawableFactory mIconDrawableFactory; field in PipNotificationController
103 mIconDrawableFactory = IconDrawableFactory.newInstance(context); in PipNotificationController()
198 final Drawable iconDrawable = mIconDrawableFactory.getBadgedIcon(appInfo); in updateNotificationForApp()