Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java1962 View clearedView = null; in finishInputLocked() local
1965 clearedView = mServedView; in finishInputLocked()
1968 if (clearedView != null) { in finishInputLocked()
1971 + InputMethodDebug.dumpViewInfo(clearedView)); in finishInputLocked()