Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java595 int mCurTokenDisplayId = INVALID_DISPLAY; field in InputMethodManagerService
2391 && displayIdToShowIme == mCurTokenDisplayId) { in startInputUncheckedLocked()
2445 mCurTokenDisplayId = displayIdToShowIme; in startInputUncheckedLocked()
2449 + mCurTokenDisplayId); in startInputUncheckedLocked()
2452 mCurTokenDisplayId, null /* options */); in startInputUncheckedLocked()
2580 + mCurTokenDisplayId); in unbindCurrentMethodLocked()
2583 false /* animateExit */, mCurTokenDisplayId); in unbindCurrentMethodLocked()
2589 mCurTokenDisplayId = INVALID_DISPLAY; in unbindCurrentMethodLocked()
2801 if (mCurTokenDisplayId != topFocusedDisplayId in setImeWindowStatus()
2863 + " displayId: " + mCurTokenDisplayId); in updateSystemUiLocked()
[all …]