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

Commit d4c51c2f authored by Hongwei Wang's avatar Hongwei Wang Committed by Automerger Merge Worker
Browse files

Merge "Use double tap timeout from ViewConfiguration" into udc-dev am: b1b2a82e

parents fbb34bad b1b2a82e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -37,7 +37,7 @@ public class PipTouchState {
    private static final boolean DEBUG = false;
    private static final boolean DEBUG = false;


    @VisibleForTesting
    @VisibleForTesting
    public static final long DOUBLE_TAP_TIMEOUT = 200;
    public static final long DOUBLE_TAP_TIMEOUT = ViewConfiguration.getDoubleTapTimeout();
    static final long HOVER_EXIT_TIMEOUT = 50;
    static final long HOVER_EXIT_TIMEOUT = 50;


    private final ShellExecutor mMainExecutor;
    private final ShellExecutor mMainExecutor;