Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
H A DFastBitmapDrawable.java271 return new FastBitmapConstantState(mBitmap, mIconColor, mIsDisabled); in getConstantState()
293 protected static class FastBitmapConstantState extends ConstantState { class in FastBitmapDrawable
298 public FastBitmapConstantState(Bitmap bitmap, int color, boolean isDisabled) { in FastBitmapConstantState() method in FastBitmapDrawable.FastBitmapConstantState
H A DThemedIconDrawable.java112 static class ThemedConstantState extends FastBitmapConstantState {
H A DClockDrawableWrapper.java432 private static class ClockConstantState extends FastBitmapConstantState {
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/graphics/
H A DPreloadIconDrawable.java359 protected static class PreloadIconConstantState extends FastBitmapConstantState {