Searched refs:inputMethod (Results 1 – 5 of 5) sorted by relevance
113 InputMethod inputMethod) { in IInputMethodWrapper() argument117 mInputMethod = new WeakReference<InputMethod>(inputMethod); in IInputMethodWrapper()127 InputMethod inputMethod = mInputMethod.get(); in executeMessage() local129 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 …]
116 public static boolean isSystemIme(InputMethodInfo inputMethod) { in isSystemIme() argument117 return (inputMethod.getServiceInfo().applicationInfo.flags in isSystemIme()
765 CharSequence inputMethod = null; in TextView() local797 inputMethod = a.getText(attr); in TextView()1123 if (inputMethod != null) { in TextView()1127 c = Class.forName(inputMethod.toString()); in TextView()
769 field public static final deprecated int inputMethod = 16843112; // 0x1010168
699 field public static final deprecated int inputMethod = 16843112; // 0x1010168