Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DFolderAdaptiveIcon.java152 private static class MyConstantState extends ConstantState { class
158 MyConstantState(ConstantState bg, ConstantState fg, ConstantState badge, Path mask) { in MyConstantState() method in MyConstantState
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/graphics/
H A 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
/aosp12/frameworks/base/core/java/android/util/
H A DLauncherIcons.java166 private static class MyConstantState extends ConstantState { class in LauncherIcons.ShadowDrawable
172 MyConstantState(Bitmap shadow, ConstantState childState) { in MyConstantState() method in LauncherIcons.ShadowDrawable.MyConstantState