aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinKeyboardBaseView.java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2010-09-21 11:59:12 +0900
committerTadashi G. Takaoka <takaoka@google.com>2010-09-21 12:00:55 +0900
commit4da43a25cb5826e96729c24a555111c7e390fbdd (patch)
tree001c2106c8225ccd55869a64cd64105afa463b05 /java/src/com/android/inputmethod/latin/LatinKeyboardBaseView.java
parent7763b36d6d95d78df49c5144291972d95ff7b4f6 (diff)
downloadlatinime-4da43a25cb5826e96729c24a555111c7e390fbdd.tar.gz
latinime-4da43a25cb5826e96729c24a555111c7e390fbdd.tar.xz
latinime-4da43a25cb5826e96729c24a555111c7e390fbdd.zip
Shorten popup preview residual time (100ms)
The residual time was formerly 150ms by Ia63662a549481d18046a46ef8292c0a4438b5588, and originally was 70ms. Bug: 3004787 Change-Id: If60a74c51e9a68f008711cca2423094e8204755f
Diffstat (limited to 'java/src/com/android/inputmethod/latin/LatinKeyboardBaseView.java')
-rw-r--r--java/src/com/android/inputmethod/latin/LatinKeyboardBaseView.java2
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 51c96e124..5ec5eb9d9 100644
--- a/java/src/com/android/inputmethod/latin/LatinKeyboardBaseView.java
+++ b/java/src/com/android/inputmethod/latin/LatinKeyboardBaseView.java
@@ -154,7 +154,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 = 150;
+ private static final int DELAY_AFTER_PREVIEW = 100;
private static final int REPEAT_INTERVAL = PointerTracker.REPEAT_INTERVAL;
// Miscellaneous constants