aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin
diff options
context:
space:
mode:
authorCharles Chen <clchen@google.com>2012-08-14 14:38:22 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-08-14 14:38:22 -0700
commitbbd79bc4f001985405b6c25f3d99970e26451dc2 (patch)
tree18f17fbc63827bd338ea1aeedf7067f0498f5d80 /java/src/com/android/inputmethod/latin
parent3f2378f15da2a2d6e8f61614425e84962aea7d21 (diff)
parentaf0a0884463420b1a4e75780ba2b3eacae21c5ff (diff)
downloadlatinime-bbd79bc4f001985405b6c25f3d99970e26451dc2.tar.gz
latinime-bbd79bc4f001985405b6c25f3d99970e26451dc2.tar.xz
latinime-bbd79bc4f001985405b6c25f3d99970e26451dc2.zip
am af0a0884: am dd7f7909: Merge "Change accessibility event type for app-driven speech." into jb-mr1-dev
* commit 'af0a0884463420b1a4e75780ba2b3eacae21c5ff': Change accessibility event type for app-driven speech.
Diffstat (limited to 'java/src/com/android/inputmethod/latin')
-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 7597f2a7b..288b86fde 100644
--- a/java/src/com/android/inputmethod/latin/LatinIME.java
+++ b/java/src/com/android/inputmethod/latin/LatinIME.java
@@ -667,7 +667,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
// Forward this event to the accessibility utilities, if enabled.
final AccessibilityUtils accessUtils = AccessibilityUtils.getInstance();
if (accessUtils.isTouchExplorationEnabled()) {
- accessUtils.onStartInputViewInternal(editorInfo, restarting);
+ accessUtils.onStartInputViewInternal(inputView, editorInfo, restarting);
}
if (!restarting) {