Home
last modified time | relevance | path

Searched defs:MyConstantState (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DShiftedBitmapDrawable.java84 private static class MyConstantState extends ConstantState { class in ShiftedBitmapDrawable
89 MyConstantState(Bitmap bitmap, float shiftX, float shiftY) { in MyConstantState() method in ShiftedBitmapDrawable.MyConstantState
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DFolderAdaptiveIcon.java151 private static class MyConstantState extends ConstantState { class
157 MyConstantState(ConstantState bg, ConstantState fg, ConstantState badge, Path mask) { in MyConstantState() method in MyConstantState
/packages/apps/Launcher3/src/com/android/launcher3/
DFastBitmapDrawable.java356 protected static class MyConstantState extends ConstantState { class in FastBitmapDrawable
361 public MyConstantState(Bitmap bitmap, int color, boolean isDisabled) { in MyConstantState() method in FastBitmapDrawable.MyConstantState