Home
last modified time | relevance | path

Searched refs:inputMethod (Results 1 – 8 of 8) 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()
175 inputMethod.dispatchStartInputWithToken(ic, info, restarting /* restarting */, in executeMessage()
182 inputMethod.createSession(new InputMethodSessionCallbackWrapper( in executeMessage()
189 inputMethod.setSessionEnabled((InputMethodSession)msg.obj, in executeMessage()
[all …]
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
DTextViewBindingAdapter.java207 public static void setInputMethod(TextView view, CharSequence inputMethod) { in setInputMethod() argument
209 Class<?> c = Class.forName(inputMethod.toString()); in setInputMethod()
212 Log.e(TAG, "Could not create input method: " + inputMethod, e); in setInputMethod()
214 Log.e(TAG, "Could not create input method: " + inputMethod, e); in setInputMethod()
216 Log.e(TAG, "Could not create input method: " + inputMethod, e); in setInputMethod()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java1817 final WindowState inputMethod = mService.mInputMethodWindow; in setTouchExcludeRegion() local
1818 if (inputMethod != null && inputMethod.isVisibleLw()) { in setTouchExcludeRegion()
1822 inputMethod.getTouchableRegion(mTmpRegion); in setTouchExcludeRegion()
1823 if (inputMethod.getDisplayId() == mDisplayId) { in setTouchExcludeRegion()
1828 inputMethod.getDisplayContent().setTouchExcludeRegion(null /* focusedTask */); in setTouchExcludeRegion()
/frameworks/base/core/java/com/android/internal/inputmethod/
DInputMethodUtils.java127 public static boolean isSystemIme(InputMethodInfo inputMethod) { in isSystemIme() argument
128 return (inputMethod.getServiceInfo().applicationInfo.flags in isSystemIme()
/frameworks/base/core/java/android/widget/
DTextView.java971 CharSequence inputMethod = null;
1009 inputMethod = a.getText(attr);
1411 if (inputMethod != null) {
1415 c = Class.forName(inputMethod.toString());
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt699 field public static final deprecated int inputMethod = 16843112; // 0x1010168
/frameworks/base/api/
Dcurrent.txt737 field public static final deprecated int inputMethod = 16843112; // 0x1010168
Dsystem-current.txt858 field public static final deprecated int inputMethod = 16843112; // 0x1010168