Home
last modified time | relevance | path

Searched refs:inputMethod (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodWrapper.java147 mInputMethod = new WeakReference<>(inputMethod); in IInputMethodWrapper()
154 final InputMethod inputMethod = mInputMethod.get(); in executeMessage() local
159 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 …]
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DIInputMethodInvoker.java57 static IInputMethodInvoker create(@Nullable IInputMethod inputMethod) { in create() argument
58 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()
H A DInputMethodManagerService.java2788 void initializeImeLocked(@NonNull IInputMethodInvoker inputMethod, @NonNull IBinder token) { in initializeImeLocked() argument
2793 inputMethod.initializeInternal(token, new InputMethodPrivilegedOperationsImpl(this, token), in initializeImeLocked()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DInsetsSourceProviderTest.java197 final WindowState inputMethod = createWindow(null, TYPE_INPUT_METHOD, "inputMethod"); in testUpdateSourceFrameForIme() local
199 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()
/aosp14/frameworks/base/services/translation/java/com/android/server/translation/
H A DTranslationManagerServiceImpl.java535 for (InputMethodInfo inputMethod : enabledInputMethods) { in invokeCallback()
536 if (callbackSourceUid == inputMethod.getServiceInfo().applicationInfo.uid) { in invokeCallback()
/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java1211 CharSequence inputMethod = null;
1258 inputMethod = a.getText(attr);
1624 if (inputMethod != null) {
1628 c = Class.forName(inputMethod.toString());
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java8093 final String inputMethod = in shouldAllowFgsStartForegroundNoBindingCheckLocked() local
8097 if (inputMethod != null) { in shouldAllowFgsStartForegroundNoBindingCheckLocked()
8098 final ComponentName cn = ComponentName.unflattenFromString(inputMethod); in shouldAllowFgsStartForegroundNoBindingCheckLocked()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt75961 Lcom/android/internal/R$attr;->inputMethod:I
79137 Lcom/android/internal/R$string;->inputMethod:I
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt974 field @Deprecated public static final int inputMethod = 16843112; // 0x1010168