Home
last modified time | relevance | path

Searched refs:newThemedIcon (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/data/
H A DItemInfoWithIcon.java241 ? bitmap.newThemedIcon(context) : bitmap.newIcon(context);
/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
H A DBitmapInfo.java92 public FastBitmapDrawable newThemedIcon(Context context) { in newThemedIcon() method in BitmapInfo
H A DClockDrawableWrapper.java301 public FastBitmapDrawable newThemedIcon(Context context) { in newThemedIcon() method in ClockDrawableWrapper.ClockBitmapInfo
312 return super.newThemedIcon(context); in newThemedIcon()
H A DThemedIconDrawable.java146 public FastBitmapDrawable newThemedIcon(Context context) { in newThemedIcon() method in ThemedIconDrawable.ThemedBitmapInfo
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
H A DPredictedAppIcon.java239 .map(iconInfo -> iconInfo.newThemedIcon(mContext)) in createSlotMachineAnim()