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

Commit 051d4f45 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android Git Automerger
Browse files

am 4a3ffcbf: Longer popup preview residual time (150ms)

Merge commit '4a3ffcbf' into gingerbread-plus-aosp

* commit '4a3ffcbf':
  Longer popup preview residual time (150ms)
parents 0222f08a 4a3ffcbf
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