Home
last modified time | relevance | path

Searched refs:missingMethods (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/inputmethod/
H A DIMultiClientInputMethodSession.aidl25 in IInputContext inputContext, int missingMethods, in EditorInfo attribute, in startInputOrWindowGainedFocus() argument
/aosp12/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethod.aidl48 void startInput(in IBinder startInputToken, in IInputContext inputContext, int missingMethods, in startInput() argument
H A DInputConnectionWrapper.java69 IInputContext inputContext, @MissingMethodFlags int missingMethods, in InputConnectionWrapper() argument
73 mMissingMethods = missingMethods; in InputConnectionWrapper()
H A DIInputConnectionWrapper.java838 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 DIInputMethodWrapper.java328 @InputConnectionInspector.MissingMethodFlags final int missingMethods, in startInput() argument
336 args.argi3 = missingMethods; in startInput()
H A DMultiClientInputMethodClientCallbackAdaptor.java322 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 DInputMethodManagerService.java2323 @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 DMultiClientInputMethodManagerService.java1620 @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()