Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DClientState.java31 final int mSelfReportedDisplayId; field in ClientState
52 + " mPid=" + mPid + " mSelfReportedDisplayId=" + mSelfReportedDisplayId + "}"; in toString()
63 mSelfReportedDisplayId = selfReportedDisplayId; in ClientState()
DClientController.java73 && state.mSelfReportedDisplayId == selfReportedDisplayId) { in addClient()
DInputMethodManagerService.java2019 mCurClient.mSelfReportedDisplayId, mImeBindingState.mFocusedWindow, mCurEditorInfo, in attachNewInputLocked()
2135 final int csDisplayId = cs.mSelfReportedDisplayId; in startInputUncheckedLocked()
3684 windowToken, cs.mUid, cs.mPid, cs.mSelfReportedDisplayId); in isImeClientFocused()
3781 windowToken, cs.mUid, cs.mPid, cs.mSelfReportedDisplayId); in startInputOrWindowGainedFocus()
3960 if (cs.mSelfReportedDisplayId != getCurTokenDisplayIdLocked()) { in startInputOrWindowGainedFocusInternalLocked()
4032 (mCurClient != null) ? mCurClient.mSelfReportedDisplayId : DEFAULT_DISPLAY; in showInputMethodPickerFromClient()
6107 p.println(" selfReportedDisplayId=" + c.mSelfReportedDisplayId); in dumpAsStringNoCheck()