mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 17:36:49 +00:00
Removing some synthetic method creation
> Make package-private and @Thunk all private methods and constructors accessed from inner classes. Change-Id: Ie5913860a0c33e48e9bf68f9b5b1699f64c2f174
This commit is contained in:
@@ -130,10 +130,8 @@ public class CellLayout extends ViewGroup implements BubbleTextShadowHandler {
|
||||
|
||||
private final ClickShadowView mTouchFeedbackView;
|
||||
|
||||
@Thunk HashMap<CellLayout.LayoutParams, Animator> mReorderAnimators = new
|
||||
HashMap<CellLayout.LayoutParams, Animator>();
|
||||
private HashMap<View, ReorderPreviewAnimation>
|
||||
mShakeAnimators = new HashMap<View, ReorderPreviewAnimation>();
|
||||
@Thunk HashMap<CellLayout.LayoutParams, Animator> mReorderAnimators = new HashMap<>();
|
||||
@Thunk HashMap<View, ReorderPreviewAnimation> mShakeAnimators = new HashMap<>();
|
||||
|
||||
private boolean mItemPlacementDirty = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user