Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java392 View mNextServedView; field in InputMethodManager
1256 mNextServedView = null; in finishInputLocked()
1809 mNextServedView = view; in focusInLocked()
1830 mNextServedView = null; in focusOut()
1846 mNextServedView = null; in onViewDetachedFromWindow()
1871 if (mServedView == mNextServedView && !forceNewFocus) { in checkFocusNoStartInput()
1877 if (mServedView == mNextServedView && !forceNewFocus) { in checkFocusNoStartInput()
1881 + " next=" + mNextServedView in checkFocusNoStartInput()
1886 if (mNextServedView == null) { in checkFocusNoStartInput()
1897 mServedView = mNextServedView; in checkFocusNoStartInput()
[all …]