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:
@@ -44,7 +44,7 @@ public class DragView extends View {
|
||||
|
||||
private Bitmap mBitmap;
|
||||
private Bitmap mCrossFadeBitmap;
|
||||
private Paint mPaint;
|
||||
@Thunk Paint mPaint;
|
||||
private int mRegistrationX;
|
||||
private int mRegistrationY;
|
||||
|
||||
@@ -62,7 +62,7 @@ public class DragView extends View {
|
||||
// size. This is ignored for non-icons.
|
||||
private float mIntrinsicIconScale = 1f;
|
||||
|
||||
private float[] mCurrentFilter;
|
||||
@Thunk float[] mCurrentFilter;
|
||||
private ValueAnimator mFilterAnimator;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user