aboutsummaryrefslogtreecommitdiffstats
path: root/java/src
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2010-09-20 21:04:21 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-09-20 21:04:21 -0700
commit0ab6747d424f412a103a4092bc3fcb2e891994ad (patch)
tree001c2106c8225ccd55869a64cd64105afa463b05 /java/src
parent667745750735d7535a6e6e9580b7c762735fad12 (diff)
parent4da43a25cb5826e96729c24a555111c7e390fbdd (diff)
downloadlatinime-0ab6747d424f412a103a4092bc3fcb2e891994ad.tar.gz
latinime-0ab6747d424f412a103a4092bc3fcb2e891994ad.tar.xz
latinime-0ab6747d424f412a103a4092bc3fcb2e891994ad.zip
am 4da43a25: Shorten popup preview residual time (100ms)
Merge commit '4da43a25cb5826e96729c24a555111c7e390fbdd' into gingerbread-plus-aosp * commit '4da43a25cb5826e96729c24a555111c7e390fbdd': Shorten popup preview residual time (100ms)
Diffstat (limited to 'java/src')
-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