diff options
author | 2013-01-20 23:23:32 -0800 | |
---|---|---|
committer | 2013-01-20 23:23:32 -0800 | |
commit | fe4b3ff0a350ee7bbe88f66cb05ed15dceefbbae (patch) | |
tree | 166ee31df6ebbefadc32cf4822c9c1f2725f8e92 /java/src/com/android/inputmethod/latin/LatinIME.java | |
parent | 3b9a11b301789c0582ecb00727c10cfd65729e6a (diff) | |
parent | 375982106bf073971fccd14b2c65ec8e089bb2ae (diff) | |
download | latinime-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.java | 2 |
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(); |