Home
last modified time | relevance | path

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

/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DThemedIconDrawable.java32 public class ThemedIconDrawable extends FastBitmapDrawable { class
48 protected ThemedIconDrawable(ThemedConstantState constantState) { in ThemedIconDrawable() method in ThemedIconDrawable
106 return new ThemedIconDrawable(this); in createDrawable()
DBitmapInfo.java147 drawable = ThemedIconDrawable.newDrawable(this, context); in newIcon()
DClockDrawableWrapper.java332 int[] colors = ThemedIconDrawable.getColors(context); in newIcon()