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

Commit 4a3ffcbf authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Longer popup preview residual time (150ms)

Bug: 3004787
Change-Id: Ia63662a549481d18046a46ef8292c0a4438b5588
parent 62955c79
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -153,7 +153,7 @@ public class LatinKeyboardBaseView extends View implements PointerTracker.UIProx

    // Timing constants
    private static final int DELAY_BEFORE_PREVIEW = 0;
    private static final int DELAY_AFTER_PREVIEW = 70;
    private static final int DELAY_AFTER_PREVIEW = 150;
    private static final int REPEAT_INTERVAL = PointerTracker.REPEAT_INTERVAL;

    // Miscellaneous constants