OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:minputmethod
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/inputmethodservice/
AbstractInputMethodService.java
46
private InputMethod
mInputMethod
;
185
if (
mInputMethod
== null) {
186
mInputMethod
= onCreateInputMethodInterface();
188
return new IInputMethodWrapper(this,
mInputMethod
);
IInputMethodWrapper.java
70
final WeakReference<InputMethod>
mInputMethod
;
102
mInputMethod
= new WeakReference<InputMethod>(inputMethod);
106
return
mInputMethod
.get();
110
InputMethod inputMethod =
mInputMethod
.get();
Completed in 42 milliseconds