aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/deprecated/VoiceProxy.java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2011-05-24 00:12:20 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-05-24 00:12:20 -0700
commit187a8da24606ed10afd58a3690cd5494df0043d2 (patch)
treebfab5ccd8b41ca3b0ce182cd4eda1e44a411cf4e /java/src/com/android/inputmethod/deprecated/VoiceProxy.java
parent99c908a5958446e1f887bcfbeb4f2772e7ea5b85 (diff)
parentc150acc7c85ff2f5eeb5bd2c6ff288df4e46a355 (diff)
downloadlatinime-187a8da24606ed10afd58a3690cd5494df0043d2.tar.gz
latinime-187a8da24606ed10afd58a3690cd5494df0043d2.tar.xz
latinime-187a8da24606ed10afd58a3690cd5494df0043d2.zip
Merge "Move CandidateView into input view"
Diffstat (limited to 'java/src/com/android/inputmethod/deprecated/VoiceProxy.java')
-rw-r--r--java/src/com/android/inputmethod/deprecated/VoiceProxy.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/com/android/inputmethod/deprecated/VoiceProxy.java b/java/src/com/android/inputmethod/deprecated/VoiceProxy.java
index 7ea4165ba..85993ea4d 100644
--- a/java/src/com/android/inputmethod/deprecated/VoiceProxy.java
+++ b/java/src/com/android/inputmethod/deprecated/VoiceProxy.java
@@ -536,7 +536,7 @@ public class VoiceProxy implements VoiceInput.UiListener {
((ViewGroup) p).removeView(v);
}
- View keyboardView = KeyboardSwitcher.getInstance().getInputView();
+ View keyboardView = KeyboardSwitcher.getInstance().getKeyboardView();
// The full height of the keyboard is difficult to calculate
// as the dimension is expressed in "mm" and not in "pixel"
@@ -691,7 +691,7 @@ public class VoiceProxy implements VoiceInput.UiListener {
if (mSubtypeSwitcher.isVoiceMode() && windowToken != null) {
// Close keyboard view if it is been shown.
if (KeyboardSwitcher.getInstance().isInputViewShown())
- KeyboardSwitcher.getInstance().getInputView().purgeKeyboardAndClosing();
+ KeyboardSwitcher.getInstance().getKeyboardView().purgeKeyboardAndClosing();
startListening(false, windowToken);
}
// If we have no token, onAttachedToWindow will take care of showing dialog and start