aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/settings/DebugSettings.java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-08-13 09:14:39 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-08-13 09:14:39 +0000
commit43b8646a31573ef3ce8efbbaf46c3d72d8c5deca (patch)
tree6ba1e1640ace6ba240910c9831c01778ec4a14dd /java/src/com/android/inputmethod/latin/settings/DebugSettings.java
parent7e34709a924800d569bdf3b1840e84ee4a511989 (diff)
parentc225d2e29cfd85fb416952daa4bcebd4df48b57c (diff)
downloadlatinime-43b8646a31573ef3ce8efbbaf46c3d72d8c5deca.tar.gz
latinime-43b8646a31573ef3ce8efbbaf46c3d72d8c5deca.tar.xz
latinime-43b8646a31573ef3ce8efbbaf46c3d72d8c5deca.zip
am c225d2e2: Add setting boolean for showing UI to accept typed word
* commit 'c225d2e29cfd85fb416952daa4bcebd4df48b57c': Add setting boolean for showing UI to accept typed word
Diffstat (limited to 'java/src/com/android/inputmethod/latin/settings/DebugSettings.java')
-rw-r--r--java/src/com/android/inputmethod/latin/settings/DebugSettings.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/src/com/android/inputmethod/latin/settings/DebugSettings.java b/java/src/com/android/inputmethod/latin/settings/DebugSettings.java
index bb3749da4..63d848e2d 100644
--- a/java/src/com/android/inputmethod/latin/settings/DebugSettings.java
+++ b/java/src/com/android/inputmethod/latin/settings/DebugSettings.java
@@ -21,6 +21,8 @@ public final class DebugSettings {
public static final String PREF_FORCE_NON_DISTINCT_MULTITOUCH = "force_non_distinct_multitouch";
public static final String PREF_FORCE_PHYSICAL_KEYBOARD_SPECIAL_KEY =
"force_physical_keyboard_special_key";
+ public static final String PREF_SHOW_UI_TO_ACCEPT_TYPED_WORD =
+ "pref_show_ui_to_accept_typed_word";
public static final String PREF_KEY_PREVIEW_SHOW_UP_START_SCALE =
"pref_key_preview_show_up_start_scale";
public static final String PREF_KEY_PREVIEW_DISMISS_END_SCALE =