aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinIME.java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2013-01-20 23:23:32 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2013-01-20 23:23:32 -0800
commitfe4b3ff0a350ee7bbe88f66cb05ed15dceefbbae (patch)
tree166ee31df6ebbefadc32cf4822c9c1f2725f8e92 /java/src/com/android/inputmethod/latin/LatinIME.java
parent3b9a11b301789c0582ecb00727c10cfd65729e6a (diff)
parent375982106bf073971fccd14b2c65ec8e089bb2ae (diff)
downloadlatinime-fe4b3ff0a350ee7bbe88f66cb05ed15dceefbbae.tar.gz
latinime-fe4b3ff0a350ee7bbe88f66cb05ed15dceefbbae.tar.xz
latinime-fe4b3ff0a350ee7bbe88f66cb05ed15dceefbbae.zip
am 37598210: Move PointerTracker.DrawingProxy to MainKeyboardView (step 2)
* commit '375982106bf073971fccd14b2c65ec8e089bb2ae': Move PointerTracker.DrawingProxy to MainKeyboardView (step 2)
Diffstat (limited to 'java/src/com/android/inputmethod/latin/LatinIME.java')
-rw-r--r--java/src/com/android/inputmethod/latin/LatinIME.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java
index d9e63da1b..75bf3f29e 100644
--- a/java/src/com/android/inputmethod/latin/LatinIME.java
+++ b/java/src/com/android/inputmethod/latin/LatinIME.java
@@ -1617,7 +1617,7 @@ public final class LatinIME extends InputMethodService implements KeyboardAction
private void showGesturePreviewAndSuggestionStrip(final SuggestedWords suggestedWords,
final boolean dismissGestureFloatingPreviewText) {
showSuggestionStrip(suggestedWords, null);
- final KeyboardView mainKeyboardView = mKeyboardSwitcher.getMainKeyboardView();
+ final MainKeyboardView mainKeyboardView = mKeyboardSwitcher.getMainKeyboardView();
mainKeyboardView.showGestureFloatingPreviewText(suggestedWords);
if (dismissGestureFloatingPreviewText) {
mainKeyboardView.dismissGestureFloatingPreviewText();