OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mInputMethod
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/inputmethodservice/
AbstractInputMethodService.java
49
private InputMethod
mInputMethod
;
203
if (
mInputMethod
== null) {
204
mInputMethod
= onCreateInputMethodInterface();
206
return new IInputMethodWrapper(this,
mInputMethod
);
IInputMethodWrapper.java
74
final WeakReference<InputMethod>
mInputMethod
;
117
mInputMethod
= new WeakReference<InputMethod>(inputMethod);
122
return
mInputMethod
.get();
127
InputMethod inputMethod =
mInputMethod
.get();
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
TextViewBindingObject.java
99
private String
mInputMethod
230
return
mInputMethod
;
290
mInputMethod
= "android.databinding.testapp.vo.TextViewBindingObject$KeyListener2";
Completed in 326 milliseconds