/aosp12/frameworks/base/core/java/com/android/internal/inputmethod/ |
H A D | IMultiClientInputMethodSession.aidl | 25 in IInputContext inputContext, int missingMethods, in EditorInfo attribute, in startInputOrWindowGainedFocus() argument
|
/aosp12/frameworks/base/core/java/com/android/internal/view/ |
H A D | IInputMethod.aidl | 48 void startInput(in IBinder startInputToken, in IInputContext inputContext, int missingMethods, in startInput() argument
|
H A D | InputConnectionWrapper.java | 69 IInputContext inputContext, @MissingMethodFlags int missingMethods, in InputConnectionWrapper() argument 73 mMissingMethods = missingMethods; in InputConnectionWrapper()
|
H A D | IInputConnectionWrapper.java | 838 final int missingMethods = InputConnectionInspector.getMissingMethodFlags(ic); in executeMessage() local 839 if ((missingMethods & MissingMethodFlags.CLOSE_CONNECTION) == 0) { in executeMessage()
|
/aosp12/frameworks/base/core/java/android/inputmethodservice/ |
H A D | IInputMethodWrapper.java | 328 @InputConnectionInspector.MissingMethodFlags final int missingMethods, in startInput() argument 336 args.argi3 = missingMethods; in startInput()
|
H A D | MultiClientInputMethodClientCallbackAdaptor.java | 322 int missingMethods, @Nullable EditorInfo editorInfo, int controlFlags, in startInputOrWindowGainedFocus() argument 333 : new InputConnectionWrapper(fakeIMS, inputContext, missingMethods, in startInputOrWindowGainedFocus()
|
/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | InputMethodManagerService.java | 2323 @MissingMethodFlags int missingMethods, @NonNull EditorInfo attribute, in startInputUncheckedLocked() argument 2382 missingMethods |= MissingMethodFlags.REQUEST_CURSOR_UPDATES; in startInputUncheckedLocked() 2384 mCurInputContextMissingMethods = missingMethods; in startInputUncheckedLocked() 3257 @MissingMethodFlags int missingMethods, int unverifiedTargetSdkVersion) { in startInputOrWindowGainedFocus() argument 3260 missingMethods, unverifiedTargetSdkVersion); in startInputOrWindowGainedFocus() 3268 @MissingMethodFlags int missingMethods, int unverifiedTargetSdkVersion) { in startInputOrWindowGainedFocusInternal() argument 3330 IInputContext inputContext, @MissingMethodFlags int missingMethods, in startInputOrWindowGainedFocusInternalLocked() argument 3419 return startInputUncheckedLocked(cs, inputContext, missingMethods, in startInputOrWindowGainedFocusInternalLocked() 3460 res = startInputUncheckedLocked(cs, inputContext, missingMethods, attribute, in startInputOrWindowGainedFocusInternalLocked() 3499 res = startInputUncheckedLocked(cs, inputContext, missingMethods, in startInputOrWindowGainedFocusInternalLocked() [all …]
|
H A D | MultiClientInputMethodManagerService.java | 1620 @MissingMethodFlags int missingMethods, in startInputOrWindowGainedFocus() argument 1624 missingMethods, unverifiedTargetSdkVersion); in startInputOrWindowGainedFocus() 1637 @MissingMethodFlags int missingMethods, in startInputOrWindowGainedFocusInternal() argument 1714 inputContext, missingMethods, editorInfo, startInputFlags, in startInputOrWindowGainedFocusInternal() 1745 inputContext, missingMethods, editorInfo, startInputFlags, in startInputOrWindowGainedFocusInternal()
|