Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodWrapper.java147 IInputMethodWrapper(InputMethodServiceInternal imsInternal, InputMethod inputMethod) { in IInputMethodWrapper() argument
151 mInputMethod = new WeakReference<>(inputMethod); in IInputMethodWrapper()
158 final InputMethod inputMethod = mInputMethod.get(); in executeMessage() local
163 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 …]
/frameworks/base/services/core/java/com/android/server/inputmethod/
DIInputMethodInvoker.java59 static IInputMethodInvoker create(@Nullable IInputMethod inputMethod) { in create() argument
60 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()
DInputMethodManagerService.java2416 void initializeImeLocked(@NonNull IInputMethodInvoker inputMethod, @NonNull IBinder token) { in initializeImeLocked() argument
2421 inputMethod.initializeInternal(token, new InputMethodPrivilegedOperationsImpl(this, token), in initializeImeLocked()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DInsetsSourceProviderTest.java240 final WindowState inputMethod = createWindow(null, TYPE_INPUT_METHOD, "inputMethod"); in testUpdateSourceFrameForIme() local
242 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()
/frameworks/base/services/translation/java/com/android/server/translation/
DTranslationManagerServiceImpl.java535 for (InputMethodInfo inputMethod : enabledInputMethods) { in invokeCallback()
536 if (callbackSourceUid == inputMethod.getServiceInfo().applicationInfo.uid) { in invokeCallback()
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java8850 final String inputMethod = in shouldAllowFgsStartForegroundNoBindingCheckLocked() local
8854 if (inputMethod != null) { in shouldAllowFgsStartForegroundNoBindingCheckLocked()
8855 final ComponentName cn = ComponentName.unflattenFromString(inputMethod); in shouldAllowFgsStartForegroundNoBindingCheckLocked()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt75318 Lcom/android/internal/R$attr;->inputMethod:I
78494 Lcom/android/internal/R$string;->inputMethod:I
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt699 field public static final deprecated int inputMethod = 16843112; // 0x1010168
/frameworks/base/core/api/
Dcurrent.txt999 field @Deprecated public static final int inputMethod = 16843112; // 0x1010168