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
1255 mNextServedView = null; in finishInputLocked()
1808 mNextServedView = view; in focusInLocked()
1829 mNextServedView = null; in focusOut()
1845 mNextServedView = null; in onViewDetachedFromWindow()
1870 if (mServedView == mNextServedView && !forceNewFocus) { in checkFocusNoStartInput()
1876 if (mServedView == mNextServedView && !forceNewFocus) { in checkFocusNoStartInput()
1880 + " next=" + mNextServedView in checkFocusNoStartInput()
1885 if (mNextServedView == null) { in checkFocusNoStartInput()
1896 mServedView = mNextServedView; in checkFocusNoStartInput()
[all …]