Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java645 int mCurTokenDisplayId = INVALID_DISPLAY; field in InputMethodManagerService
2043 imi.getPackageName(), mCurTokenDisplayId, mCurToken, in onCreateInlineSuggestionsRequestLocked()
2362 mCurTokenDisplayId, mCurId, startInputReason, !initial, in attachNewInputLocked()
2486 && displayIdToShowIme == mCurTokenDisplayId) { in startInputUncheckedLocked()
2539 mCurTokenDisplayId = displayIdToShowIme; in startInputUncheckedLocked()
2543 + mCurTokenDisplayId); in startInputUncheckedLocked()
2546 mCurTokenDisplayId); in startInputUncheckedLocked()
2609 MSG_INITIALIZE_IME, mCurTokenDisplayId, mCurMethod, mCurToken)); in onServiceConnected()
2663 + mCurTokenDisplayId); in unbindCurrentMethodLocked()
2665 mIWindowManager.removeWindowToken(mCurToken, mCurTokenDisplayId); in unbindCurrentMethodLocked()
[all …]