diff options
author | 2011-12-13 23:31:43 -0800 | |
---|---|---|
committer | 2011-12-13 23:31:43 -0800 | |
commit | e35e13fc7dc046be7f605cbfc706678f57e40491 (patch) | |
tree | 55c6239553e2afe7d351329c62955f49035838ed /java/src/com/android/inputmethod/latin/LatinIME.java | |
parent | 689b90115633146bcdea81bf89cdfe2f9a88c0a7 (diff) | |
parent | 7ef235f53f2291f22ddf8c56be9860a218b25bbb (diff) | |
download | latinime-e35e13fc7dc046be7f605cbfc706678f57e40491.tar.gz latinime-e35e13fc7dc046be7f605cbfc706678f57e40491.tar.xz latinime-e35e13fc7dc046be7f605cbfc706678f57e40491.zip |
Merge "Record onStartInputView"
Diffstat (limited to 'java/src/com/android/inputmethod/latin/LatinIME.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/LatinIME.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java index 34699a47b..eb2f7971e 100644 --- a/java/src/com/android/inputmethod/latin/LatinIME.java +++ b/java/src/com/android/inputmethod/latin/LatinIME.java @@ -722,6 +722,7 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar : String.format("inputType=0x%08x imeOptions=0x%08x", editorInfo.inputType, editorInfo.imeOptions))); } + LatinImeLogger.onStartInputView(editorInfo); // In landscape mode, this method gets called without the input view being created. if (inputView == null) { return; |