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.java36 final int mSelfReportedDisplayId; field in ClientState
64 mSelfReportedDisplayId = selfReportedDisplayId; in ClientState()
74 + " mSelfReportedDisplayId=" + mSelfReportedDisplayId + "}"; in toString()
DClientController.java75 && state.mSelfReportedDisplayId == selfReportedDisplayId) { in addClient()
DInputMethodManagerService.java361 clientState.mSelfReportedDisplayId); in resolveImeUserIdLocked()
1949 userData.mCurClient.mSelfReportedDisplayId, in attachNewInputLocked()
2082 final int csDisplayId = cs.mSelfReportedDisplayId; in startInputUncheckedLocked()
3714 windowToken, cs.mUid, cs.mPid, cs.mSelfReportedDisplayId); in isImeClientFocused()
3812 windowToken, cs.mUid, cs.mPid, cs.mSelfReportedDisplayId); in startInputOrWindowGainedFocus()
3999 if (cs.mSelfReportedDisplayId != bindingController.getCurTokenDisplayId()) { in startInputOrWindowGainedFocusInternalLocked()
4081 ? userData.mCurClient.mSelfReportedDisplayId : DEFAULT_DISPLAY; in showInputMethodPickerFromClient()
6236 p.println(" selfReportedDisplayId=" + c.mSelfReportedDisplayId); in dumpClientController()