Searched refs:inputMethod (Results 1 – 10 of 10) sorted by relevance
147 IInputMethodWrapper(InputMethodServiceInternal imsInternal, InputMethod inputMethod) { in IInputMethodWrapper() argument151 mInputMethod = new WeakReference<>(inputMethod); in IInputMethodWrapper()158 final InputMethod inputMethod = mInputMethod.get(); in executeMessage() local163 if (isValid(inputMethod, target, "DO_DUMP")) { in executeMessage()180 if (isValid(inputMethod, target, "DO_INITIALIZE_INTERNAL")) { in executeMessage()181 inputMethod.initializeInternal((IInputMethod.InitParams) msg.obj); in executeMessage()185 if (isValid(inputMethod, target, "DO_SET_INPUT_CONTEXT")) { in executeMessage()186 inputMethod.bindInput((InputBinding) msg.obj); in executeMessage()191 if (isValid(inputMethod, target, "DO_UNSET_INPUT_CONTEXT")) { in executeMessage()192 inputMethod.unbindInput(); in executeMessage()[all …]
59 static IInputMethodInvoker create(@Nullable IInputMethod inputMethod) { in create() argument60 if (inputMethod == null) { in create()63 if (!Binder.isProxy(inputMethod)) { in create()66 throw new UnsupportedOperationException(inputMethod + " must have been a BinderProxy."); in create()68 return new IInputMethodInvoker(inputMethod); in create()
2416 void initializeImeLocked(@NonNull IInputMethodInvoker inputMethod, @NonNull IBinder token) { in initializeImeLocked() argument2421 inputMethod.initializeInternal(token, new InputMethodPrivilegedOperationsImpl(this, token), in initializeImeLocked()
240 final WindowState inputMethod = createWindow(null, TYPE_INPUT_METHOD, "inputMethod"); in testUpdateSourceFrameForIme() local242 inputMethod.getFrame().set(new Rect(0, 400, 500, 500)); in testUpdateSourceFrameForIme()244 mImeProvider.setWindowContainer(inputMethod, null, null); in testUpdateSourceFrameForIme()247 mImeProvider.updateSourceFrame(inputMethod.getFrame()); in testUpdateSourceFrameForIme()255 mImeProvider.updateSourceFrame(inputMethod.getFrame()); in testUpdateSourceFrameForIme()256 assertEquals(inputMethod.getFrame(), mImeSource.getFrame()); in testUpdateSourceFrameForIme()
535 for (InputMethodInfo inputMethod : enabledInputMethods) { in invokeCallback()536 if (callbackSourceUid == inputMethod.getServiceInfo().applicationInfo.uid) { in invokeCallback()
8850 final String inputMethod = in shouldAllowFgsStartForegroundNoBindingCheckLocked() local8854 if (inputMethod != null) { in shouldAllowFgsStartForegroundNoBindingCheckLocked()8855 final ComponentName cn = ComponentName.unflattenFromString(inputMethod); in shouldAllowFgsStartForegroundNoBindingCheckLocked()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
75318 Lcom/android/internal/R$attr;->inputMethod:I78494 Lcom/android/internal/R$string;->inputMethod:I
699 field public static final deprecated int inputMethod = 16843112; // 0x1010168
999 field @Deprecated public static final int inputMethod = 16843112; // 0x1010168