Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DShiftedBitmapDrawable.java42 mConstantState = new MyConstantState(mBitmap, mShiftX, mShiftY); in ShiftedBitmapDrawable()
84 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.java59 mConstantState = new MyConstantState(bg.getConstantState(), fg.getConstantState(), in FolderAdaptiveIcon()
143 private static class MyConstantState extends ConstantState { class
149 MyConstantState(ConstantState bg, ConstantState fg, ConstantState badge, Path mask) { in MyConstantState() method in MyConstantState
/packages/apps/Launcher3/src/com/android/launcher3/
DFastBitmapDrawable.java274 return new MyConstantState(mBitmap, mIconColor, mIsDisabled); in getConstantState()
277 protected static class MyConstantState extends ConstantState { class in FastBitmapDrawable
282 public MyConstantState(Bitmap bitmap, int color, boolean isDisabled) { in MyConstantState() method in FastBitmapDrawable.MyConstantState
/packages/apps/Launcher3/src/com/android/launcher3/icons/
DClockDrawableWrapper.java311 private static class ClockConstantState extends MyConstantState {