Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java1868 @Nullable IBinder windowGainingFocus, @StartInputFlags int startInputFlags, in startInputInner() argument
1885 if (windowGainingFocus == null) { in startInputInner()
1886 windowGainingFocus = view.getWindowToken(); in startInputInner()
1887 if (windowGainingFocus == null) { in startInputInner()
1993 startInputReason, mClient, windowGainingFocus, startInputFlags, in startInputInner()