aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinIME.java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-07-17 18:36:01 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-07-17 18:36:01 +0000
commit86ca4988c27490385c85ae8c09cd2922012a68d2 (patch)
treee7bd769c3b38829ae85e2c87fc37ab495d9787bf /java/src/com/android/inputmethod/latin/LatinIME.java
parent68fffa73b4edab9b92c36ace077b689534f08221 (diff)
parent3ff6fa72fb5c27fc4936420979806ff9fd6ff44e (diff)
downloadlatinime-86ca4988c27490385c85ae8c09cd2922012a68d2.tar.gz
latinime-86ca4988c27490385c85ae8c09cd2922012a68d2.tar.xz
latinime-86ca4988c27490385c85ae8c09cd2922012a68d2.zip
am 3ff6fa72: am 5a5ee95f: Rename ProductionFlag to ProductionFlags
* commit '3ff6fa72fb5c27fc4936420979806ff9fd6ff44e': Rename ProductionFlag to ProductionFlags
Diffstat (limited to 'java/src/com/android/inputmethod/latin/LatinIME.java')
-rw-r--r--java/src/com/android/inputmethod/latin/LatinIME.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java
index e1f34ee48..dd0060f4a 100644
--- a/java/src/com/android/inputmethod/latin/LatinIME.java
+++ b/java/src/com/android/inputmethod/latin/LatinIME.java
@@ -69,7 +69,7 @@ import com.android.inputmethod.keyboard.MainKeyboardView;
import com.android.inputmethod.latin.Suggest.OnGetSuggestedWordsCallback;
import com.android.inputmethod.latin.SuggestedWords.SuggestedWordInfo;
import com.android.inputmethod.latin.define.DebugFlags;
-import com.android.inputmethod.latin.define.ProductionFlag;
+import com.android.inputmethod.latin.define.ProductionFlags;
import com.android.inputmethod.latin.inputlogic.InputLogic;
import com.android.inputmethod.latin.personalization.ContextualDictionaryUpdater;
import com.android.inputmethod.latin.personalization.DictionaryDecayBroadcastReciever;
@@ -413,7 +413,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
if (latinIme != null) {
executePendingImsCallback(latinIme, editorInfo, restarting);
latinIme.onStartInputInternal(editorInfo, restarting);
- if (ProductionFlag.USES_CURSOR_ANCHOR_MONITOR) {
+ if (ProductionFlags.USES_CURSOR_ANCHOR_MONITOR) {
// Currently we need to call this every time when the IME is attached to
// new application.
// TODO: Consider if we can do this automatically in the framework.
@@ -1564,7 +1564,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
// Hooks for hardware keyboard
@Override
public boolean onKeyDown(final int keyCode, final KeyEvent keyEvent) {
- if (!ProductionFlag.IS_HARDWARE_KEYBOARD_SUPPORTED) {
+ if (!ProductionFlags.IS_HARDWARE_KEYBOARD_SUPPORTED) {
return super.onKeyDown(keyCode, keyEvent);
}
final Event event = getHardwareKeyEventDecoder(