Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/
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
DThemedIconDrawable.java112 static class ThemedConstantState extends FastBitmapConstantState {
DClockDrawableWrapper.java431 private static class ClockConstantState extends FastBitmapConstantState {
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DPreloadIconDrawable.java359 public FastBitmapConstantState newConstantState() { in newConstantState()
370 protected static class PreloadIconConstantState extends FastBitmapConstantState {