aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinIME.java
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2014-03-03 21:37:52 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2014-03-03 21:37:52 -0800
commitc3532613018707ed9609301fc0200cc406fcb11d (patch)
tree1cb4322fd8de2c810855aea7f9e4b23a4e02b18f /java/src/com/android/inputmethod/latin/LatinIME.java
parenteb41d64e9901cf6ba650f560a7100211613b71d9 (diff)
parent27c23c691c77b933422e3476876837765f9a7bdf (diff)
downloadlatinime-c3532613018707ed9609301fc0200cc406fcb11d.tar.gz
latinime-c3532613018707ed9609301fc0200cc406fcb11d.tar.xz
latinime-c3532613018707ed9609301fc0200cc406fcb11d.zip
am 27c23c69: Merge "[IL111] Remove a member."
* commit '27c23c691c77b933422e3476876837765f9a7bdf': [IL111] Remove a member.
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, 0 insertions, 6 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java
index 4c2454c32..13ac18791 100644
--- a/java/src/com/android/inputmethod/latin/LatinIME.java
+++ b/java/src/com/android/inputmethod/latin/LatinIME.java
@@ -124,9 +124,6 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
private View mKeyPreviewBackingView;
private SuggestionStripView mSuggestionStripView;
- // TODO[IL]: remove this member completely.
- public CompletionInfo[] mApplicationSpecifiedCompletions;
-
private RichInputMethodManager mRichImm;
@UsedForTesting final KeyboardSwitcher mKeyboardSwitcher;
private final SubtypeSwitcher mSubtypeSwitcher;
@@ -812,7 +809,6 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
// The EditorInfo might have a flag that affects fullscreen mode.
// Note: This call should be done by InputMethodService?
updateFullscreenMode();
- mApplicationSpecifiedCompletions = null;
// The app calling setText() has the effect of clearing the composing
// span, so we should reset our state unconditionally, even if restarting is true.
@@ -1034,8 +1030,6 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
}
return;
}
- mApplicationSpecifiedCompletions =
- CompletionInfoUtils.removeNulls(applicationSpecifiedCompletions);
final ArrayList<SuggestedWords.SuggestedWordInfo> applicationSuggestedWords =
SuggestedWords.getFromApplicationSpecifiedCompletions(