Searched refs:mSelfReportedDisplayId (Results 1 – 3 of 3) sorted by relevance
31 final int mSelfReportedDisplayId; field in ClientState52 + " mPid=" + mPid + " mSelfReportedDisplayId=" + mSelfReportedDisplayId + "}"; in toString()63 mSelfReportedDisplayId = selfReportedDisplayId; in ClientState()
73 && state.mSelfReportedDisplayId == selfReportedDisplayId) { in addClient()
2019 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()