Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java573 ClientState mCurFocusedWindowClient; field in InputMethodManagerService
2337 if (mCurFocusedWindowClient == cs) { in removeClient()
2338 mCurFocusedWindowClient = null; in removeClient()
3926 mCurFocusedWindowClient = cs; in startInputOrWindowGainedFocusInternalLocked()
4015 if (mCurFocusedWindowClient != null && client != null in canShowInputMethodPickerLocked()
4016 && mCurFocusedWindowClient.mClient.asBinder() == client.asBinder()) { in canShowInputMethodPickerLocked()
4864 mCurFocusedWindowClient, mCurFocusedWindowEditorInfo, info.focusedWindowName, in onShowHideSoftInputRequested()
6138 + " client=" + mCurFocusedWindowClient); in dumpAsStringNoCheck()
6139 focusedWindowClient = mCurFocusedWindowClient; in dumpAsStringNoCheck()
6780 final int uid = mCurFocusedWindowClient != null in createStatsTokenForFocusedClient()
[all …]