commit | 648088aa9ee9971ec08d6720cd383f555d18b93c | [log] [tgz] |
---|---|---|
author | Yuichiro Hanada <yhanada@google.com> | Tue Sep 03 17:39:47 2013 +0900 |
committer | Yuichiro Hanada <yhanada@google.com> | Tue Sep 03 18:52:53 2013 +0900 |
tree | 01a505bbab8099eb34be61f8b71a148005d98df5 | |
parent | c4c7a59a12c75bf840df3a60bba12aeb48826f4a [diff] |
Change GET_SUGGESTED_WORDS_TIMEOUT to 200. Change-Id: Ia5aa0b7af16d7ad45c98d0c5a7dcabba76d19b67
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java index c864750..6be9ded 100644 --- a/java/src/com/android/inputmethod/latin/LatinIME.java +++ b/java/src/com/android/inputmethod/latin/LatinIME.java
@@ -131,7 +131,8 @@ private static final int PERIOD_FOR_AUDIO_AND_HAPTIC_FEEDBACK_IN_KEY_REPEAT = 2; - private static final int GET_SUGGESTED_WORDS_TIMEOUT = 50; + // TODO: Set this value appropriately. + private static final int GET_SUGGESTED_WORDS_TIMEOUT = 200; /** * The name of the scheme used by the Package Manager to warn of a new package installation,