Searched refs:MyConstantState (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/graphics/ |
D | ShiftedBitmapDrawable.java | 42 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/ |
D | FolderAdaptiveIcon.java | 56 mConstantState = new MyConstantState(bg.getConstantState(), fg.getConstantState(), in FolderAdaptiveIcon() 144 private static class MyConstantState extends ConstantState { class 150 MyConstantState(ConstantState bg, ConstantState fg, ConstantState badge, Path mask) { in MyConstantState() method in MyConstantState
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | FastBitmapDrawable.java | 350 return new MyConstantState(mBitmap, mIconColor, mIsDisabled); in getConstantState() 353 protected static class MyConstantState extends ConstantState { class in FastBitmapDrawable 358 public MyConstantState(Bitmap bitmap, int color, boolean isDisabled) { in MyConstantState() method in FastBitmapDrawable.MyConstantState
|