Home
last modified time | relevance | path

Searched refs:inputMethod (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodWrapper.java113 InputMethod inputMethod) { in IInputMethodWrapper() argument
117 mInputMethod = new WeakReference<InputMethod>(inputMethod); in IInputMethodWrapper()
127 InputMethod inputMethod = mInputMethod.get(); in executeMessage() local
129 if (inputMethod == null && msg.what != DO_DUMP) { in executeMessage()
155 inputMethod.attachToken((IBinder)msg.obj); in executeMessage()
159 inputMethod.bindInput((InputBinding)msg.obj); in executeMessage()
163 inputMethod.unbindInput(); in executeMessage()
172 inputMethod.startInput(ic, info); in executeMessage()
183 inputMethod.restartInput(ic, info); in executeMessage()
189 inputMethod.createSession(new InputMethodSessionCallbackWrapper( in executeMessage()
[all …]
/frameworks/base/core/java/com/android/internal/inputmethod/
DInputMethodUtils.java116 public static boolean isSystemIme(InputMethodInfo inputMethod) { in isSystemIme() argument
117 return (inputMethod.getServiceInfo().applicationInfo.flags in isSystemIme()
/frameworks/base/core/java/android/widget/
DTextView.java765 CharSequence inputMethod = null; in TextView() local
797 inputMethod = a.getText(attr); in TextView()
1123 if (inputMethod != null) { in TextView()
1127 c = Class.forName(inputMethod.toString()); in TextView()
/frameworks/base/api/
Dsystem-current.txt769 field public static final deprecated int inputMethod = 16843112; // 0x1010168
Dcurrent.txt699 field public static final deprecated int inputMethod = 16843112; // 0x1010168