Home
last modified time | relevance | path

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

/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DFastBitmapDrawable.java331 protected FastBitmapConstantState newConstantState() { in newConstantState()
332 return new FastBitmapConstantState(mBitmap, mIconColor); in newConstantState()
337 FastBitmapConstantState cs = newConstantState(); in getConstantState()
417 protected static class FastBitmapConstantState extends ConstantState { class in FastBitmapDrawable
428 public FastBitmapConstantState(Bitmap bitmap, int color) { in FastBitmapConstantState() method in FastBitmapDrawable.FastBitmapConstantState
DThemedIconDrawable.java88 public FastBitmapConstantState newConstantState() { in newConstantState()
92 static class ThemedConstantState extends FastBitmapConstantState {
DClockDrawableWrapper.java489 public FastBitmapConstantState newConstantState() { in newConstantState()
494 private static class ClockConstantState extends FastBitmapConstantState {