diff options
author | 2010-09-18 01:48:03 +0900 | |
---|---|---|
committer | 2010-09-18 01:48:03 +0900 | |
commit | 4a3ffcbf32c21bdb553bf9aed894350ab07f47d8 (patch) | |
tree | 28e60bbe3a49cfca855716d6e1d6d77611c21090 /java/src | |
parent | 62955c7951b11dd2fc3543b4b8f776332fba4771 (diff) | |
download | latinime-4a3ffcbf32c21bdb553bf9aed894350ab07f47d8.tar.gz latinime-4a3ffcbf32c21bdb553bf9aed894350ab07f47d8.tar.xz latinime-4a3ffcbf32c21bdb553bf9aed894350ab07f47d8.zip |
Longer popup preview residual time (150ms)
Bug: 3004787
Change-Id: Ia63662a549481d18046a46ef8292c0a4438b5588
Diffstat (limited to 'java/src')
-rw-r--r-- | java/src/com/android/inputmethod/latin/LatinKeyboardBaseView.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinKeyboardBaseView.java b/java/src/com/android/inputmethod/latin/LatinKeyboardBaseView.java index 591235577..e75ec54e9 100644 --- a/java/src/com/android/inputmethod/latin/LatinKeyboardBaseView.java +++ b/java/src/com/android/inputmethod/latin/LatinKeyboardBaseView.java @@ -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 |