Home
last modified time | relevance | path

Searched refs:startInputReason (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/
DIInputMethodManager.aidl52 /* @StartInputReason */ int startInputReason, in startInputOrWindowGainedFocus() argument
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java582 public boolean startInput(@StartInputReason int startInputReason, View focusedView, in startInput() argument
595 return startInputInner(startInputReason, in startInput()
679 final int startInputReason = nextFocusHasConnection in startInputAsyncOnWindowFocusGain() local
684 startInputReason, mClient, in startInputAsyncOnWindowFocusGain()
1867 boolean startInputInner(@StartInputReason int startInputReason, in startInputInner() argument
1877 " reason=" + InputMethodDebug.startInputReasonToString(startInputReason)); in startInputInner()
1914 vh.post(() -> mDelegate.startInput(startInputReason, null, 0, 0, 0)); in startInputInner()
1993 startInputReason, mClient, windowGainingFocus, startInputFlags, in startInputInner()
2003 + InputMethodDebug.startInputReasonToString(startInputReason) in startInputInner()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java732 @NonNull String imeId, @StartInputReason int startInputReason, boolean restarting, in StartInputInfo() argument
743 mStartInputReason = startInputReason; in StartInputInfo()
2281 InputBindResult attachNewInputLocked(@StartInputReason int startInputReason, boolean initial) { in attachNewInputLocked() argument
2290 mCurTokenDisplayId, mCurId, startInputReason, !initial, in attachNewInputLocked()
2327 @StartInputFlags int startInputFlags, @StartInputReason int startInputReason) { in startInputUncheckedLocked() argument
2401 return attachNewInputLocked(startInputReason, in startInputUncheckedLocked()
3262 @StartInputReason int startInputReason, IInputMethodClient client, IBinder windowToken, in startInputOrWindowGainedFocus()
3266 return startInputOrWindowGainedFocusInternal(startInputReason, client, windowToken, in startInputOrWindowGainedFocus()
3273 @StartInputReason int startInputReason, IInputMethodClient client, IBinder windowToken, in startInputOrWindowGainedFocusInternal()
3310 result = startInputOrWindowGainedFocusInternalLocked(startInputReason, in startInputOrWindowGainedFocusInternal()
[all …]
DMultiClientInputMethodManagerService.java1612 @StartInputReason int startInputReason, in startInputOrWindowGainedFocus()
1622 return startInputOrWindowGainedFocusInternal(startInputReason, client, windowToken, in startInputOrWindowGainedFocus()
1629 @StartInputReason int startInputReason, in startInputOrWindowGainedFocusInternal()
/frameworks/base/core/java/android/view/
DImeFocusController.java272 boolean startInput(@StartInputReason int startInputReason, View focusedView, in startInput() argument