Searched refs:mNextServedView (Results 1 – 1 of 1) sorted by relevance
392 View mNextServedView; field in InputMethodManager1256 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 …]