Searched refs:inputMethod (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/inputmethodservice/ |
D | IInputMethodWrapper.java | 113 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/ |
D | TextViewBindingAdapter.java | 207 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/ |
D | DisplayContent.java | 1817 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/ |
D | InputMethodUtils.java | 127 public static boolean isSystemIme(InputMethodInfo inputMethod) { in isSystemIme() argument 128 return (inputMethod.getServiceInfo().applicationInfo.flags in isSystemIme()
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 971 CharSequence inputMethod = null; 1009 inputMethod = a.getText(attr); 1411 if (inputMethod != null) { 1415 c = Class.forName(inputMethod.toString());
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 699 field public static final deprecated int inputMethod = 16843112; // 0x1010168
|
/frameworks/base/api/ |
D | current.txt | 737 field public static final deprecated int inputMethod = 16843112; // 0x1010168
|
D | system-current.txt | 858 field public static final deprecated int inputMethod = 16843112; // 0x1010168
|