Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java2674 @Nullable IBinder windowGainingFocus, @StartInputFlags int startInputFlags, in startInputInner() argument
2713 if (windowGainingFocus == null) { in startInputInner()
2714 windowGainingFocus = view.getWindowToken(); in startInputInner()
2715 if (windowGainingFocus == null) { in startInputInner()
2825 startInputReason, mClient, windowGainingFocus, startInputFlags, in startInputInner()