Merge "Remove the unused variable." into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
d8cf9a98ed
@@ -110,8 +110,6 @@ public class EdgeBackGestureHandler implements DisplayListener,
|
|||||||
private final float mTouchSlop;
|
private final float mTouchSlop;
|
||||||
// Duration after which we consider the event as longpress.
|
// Duration after which we consider the event as longpress.
|
||||||
private final int mLongPressTimeout;
|
private final int mLongPressTimeout;
|
||||||
// The back gesture type
|
|
||||||
private int mBackType;
|
|
||||||
|
|
||||||
private final PointF mDownPoint = new PointF();
|
private final PointF mDownPoint = new PointF();
|
||||||
private final PointF mEndPoint = new PointF();
|
private final PointF mEndPoint = new PointF();
|
||||||
|
|||||||
Reference in New Issue
Block a user