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