aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/deprecated
diff options
context:
space:
mode:
authorsatok <satok@google.com>2011-10-03 14:28:40 +0900
committersatok <satok@google.com>2011-10-03 14:38:44 +0900
commit904baab25a4c6ec5d9c4bf7e562154e3f544d296 (patch)
treebeb723b469988c62179216c45e33304b7b2c4a5f /java/src/com/android/inputmethod/deprecated
parent0aa95957739f528259e44a1bb07942e4a0ebd2ea (diff)
downloadlatinime-904baab25a4c6ec5d9c4bf7e562154e3f544d296.tar.gz
latinime-904baab25a4c6ec5d9c4bf7e562154e3f544d296.tar.xz
latinime-904baab25a4c6ec5d9c4bf7e562154e3f544d296.zip
Remove code related to AutoText
Bug: 5245751 Change-Id: Ic02f951e8e1dbde9d8964d2c16e4928fb374ca41
Diffstat (limited to 'java/src/com/android/inputmethod/deprecated')
-rw-r--r--java/src/com/android/inputmethod/deprecated/recorrection/RecorrectionSuggestionEntries.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/deprecated/recorrection/RecorrectionSuggestionEntries.java b/java/src/com/android/inputmethod/deprecated/recorrection/RecorrectionSuggestionEntries.java
index f33a46277..36ffe2dce 100644
--- a/java/src/com/android/inputmethod/deprecated/recorrection/RecorrectionSuggestionEntries.java
+++ b/java/src/com/android/inputmethod/deprecated/recorrection/RecorrectionSuggestionEntries.java
@@ -57,7 +57,7 @@ public class RecorrectionSuggestionEntries {
private static SuggestedWords.Builder getTypedSuggestions(
Suggest suggest, KeyboardSwitcher keyboardSwitcher, WordComposer word) {
- return suggest.getSuggestedWordBuilder(keyboardSwitcher.getKeyboardView(), word, null,
+ return suggest.getSuggestedWordBuilder(word, null,
keyboardSwitcher.getLatinKeyboard().getProximityInfo());
}
}