Searched refs:inputMethod (Results 1 – 10 of 10) sorted by relevance
147 mInputMethod = new WeakReference<>(inputMethod); in IInputMethodWrapper()154 final InputMethod inputMethod = mInputMethod.get(); in executeMessage() local159 if (isValid(inputMethod, target, "DO_DUMP")) { in executeMessage()182 inputMethod.bindInput((InputBinding) msg.obj); in executeMessage()188 inputMethod.unbindInput(); in executeMessage()228 inputMethod.showSoftInputWithToken( in executeMessage()260 inputMethod.onCreateInlineSuggestionsRequest( in executeMessage()275 inputMethod.updateEditorToolType(msg.arg1); in executeMessage()290 inputMethod.initInkWindow(); in executeMessage()296 inputMethod.finishStylusHandwriting(); in executeMessage()[all …]
57 static IInputMethodInvoker create(@Nullable IInputMethod inputMethod) { in create() argument58 if (inputMethod == null) { in create()61 if (!Binder.isProxy(inputMethod)) { in create()64 throw new UnsupportedOperationException(inputMethod + " must have been a BinderProxy."); in create()66 return new IInputMethodInvoker(inputMethod); in create()
2788 void initializeImeLocked(@NonNull IInputMethodInvoker inputMethod, @NonNull IBinder token) { in initializeImeLocked() argument2793 inputMethod.initializeInternal(token, new InputMethodPrivilegedOperationsImpl(this, token), in initializeImeLocked()
197 final WindowState inputMethod = createWindow(null, TYPE_INPUT_METHOD, "inputMethod"); in testUpdateSourceFrameForIme() local199 inputMethod.getFrame().set(new Rect(0, 400, 500, 500)); in testUpdateSourceFrameForIme()201 mImeProvider.setWindowContainer(inputMethod, null, null); in testUpdateSourceFrameForIme()204 mImeProvider.updateSourceFrame(inputMethod.getFrame()); in testUpdateSourceFrameForIme()212 mImeProvider.updateSourceFrame(inputMethod.getFrame()); in testUpdateSourceFrameForIme()213 assertEquals(inputMethod.getFrame(), mImeSource.getFrame()); in testUpdateSourceFrameForIme()
535 for (InputMethodInfo inputMethod : enabledInputMethods) { in invokeCallback()536 if (callbackSourceUid == inputMethod.getServiceInfo().applicationInfo.uid) { in invokeCallback()
1211 CharSequence inputMethod = null;1258 inputMethod = a.getText(attr);1624 if (inputMethod != null) {1628 c = Class.forName(inputMethod.toString());
8093 final String inputMethod = in shouldAllowFgsStartForegroundNoBindingCheckLocked() local8097 if (inputMethod != null) { in shouldAllowFgsStartForegroundNoBindingCheckLocked()8098 final ComponentName cn = ComponentName.unflattenFromString(inputMethod); in shouldAllowFgsStartForegroundNoBindingCheckLocked()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
75961 Lcom/android/internal/R$attr;->inputMethod:I79137 Lcom/android/internal/R$string;->inputMethod:I
974 field @Deprecated public static final int inputMethod = 16843112; // 0x1010168