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.java1599 @Nullable IBinder windowGainingFocus, @StartInputFlags int startInputFlags, in startInputInner() argument
1616 if (windowGainingFocus == null) { in startInputInner()
1617 windowGainingFocus = view.getWindowToken(); in startInputInner()
1618 if (windowGainingFocus == null) { in startInputInner()
1721 startInputReason, mClient, windowGainingFocus, startInputFlags, in startInputInner()