Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 66983e2a authored by Biswarup Pal's avatar Biswarup Pal Committed by Android (Google) Code Review
Browse files

Merge "Remove unused variable" into main

parents b07851a2 73353729
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -154,13 +154,6 @@ public class ViewConfiguration {
     */
    private static final int DOUBLE_TAP_MIN_TIME = 40;

    /**
     * Defines the maximum duration in milliseconds between a touch pad
     * touch and release for a given touch to be considered a tap (click) as
     * opposed to a hover movement gesture.
     */
    private static final int HOVER_TAP_TIMEOUT = 150;

    /**
     * Defines the maximum distance in pixels that a touch pad touch can move
     * before being released for it to be considered a tap (click) as opposed
@@ -1613,7 +1606,6 @@ public class ViewConfiguration {
        private int mJumpTapTimeout = -1;
        private int mDoubleTapTimeout = -1;
        private int mDoubleTapMinTime = -1;
        private int mHoverTapTimeout = -1;
        private int mHoverTapSlop = -1;
        private long mZoomControlsTimeout = -1L;
        private float mScrollFriction = -1f;