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.java1857 @Nullable IBinder windowGainingFocus, @StartInputFlags int startInputFlags, in startInputInner() argument
1874 if (windowGainingFocus == null) { in startInputInner()
1875 windowGainingFocus = view.getWindowToken(); in startInputInner()
1876 if (windowGainingFocus == null) { in startInputInner()
1978 startInputReason, mClient, windowGainingFocus, startInputFlags, in startInputInner()