OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCurMethod
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java
333
IInputMethodSession
mCurMethod
;
388
mCurMethod
= res.method;
405
if (
mCurMethod
!= null && mCurrentTextBoxAttribute != null) {
407
mCurMethod
.finishInput();
721
mCurMethod
= null;
816
if (
mCurMethod
!= null) {
818
mCurMethod
.displayCompletions(mCompletions);
833
if (
mCurMethod
!= null) {
835
mCurMethod
.updateExtractedText(token, text);
[
all
...]
/frameworks/base/services/java/com/android/server/
InputMethodManagerService.java
356
IInputMethod
mCurMethod
;
365
* Have we called
mCurMethod
.bindInput()?
[
all
...]
Completed in 793 milliseconds