Searched refs:selfReportedDisplayId (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/com/android/internal/inputmethod/ |
D | IMultiClientInputMethod.aidl | 24 void addClient(int clientId, int uid, int pid, int selfReportedDisplayId); in addClient() argument
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | MultiClientInputMethodServiceDelegateImpl.java | 117 public void addClient(int clientId, int uid, int pid, int selfReportedDisplayId) { in addClient() argument 122 service.mServiceCallback.addClient(clientId, uid, pid, selfReportedDisplayId); in addClient()
|
D | MultiClientInputMethodServiceDelegate.java | 89 void addClient(int clientId, int uid, int pid, int selfReportedDisplayId); in addClient() argument
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | InputMethodManagerService.java | 415 final int selfReportedDisplayId; field in InputMethodManagerService.ClientState 426 + " pid=" + pid + " displayId=" + selfReportedDisplayId + "}"; in toString() 436 selfReportedDisplayId = _selfReportedDisplayId; in ClientState() 2160 int selfReportedDisplayId) { in addClient() argument 2175 && state.selfReportedDisplayId == selfReportedDisplayId) { in addClient() 2177 + "/displayId=" + selfReportedDisplayId + " is already registered."); in addClient() 2197 callerPid, selfReportedDisplayId, deathRecipient)); in addClient() 2291 UserHandle.getUserId(mCurClient.uid), mCurClient.selfReportedDisplayId, in attachNewInputLocked() 2348 if (!mWindowManagerInternal.isUidAllowedOnDisplay(cs.selfReportedDisplayId, cs.uid)) { in startInputUncheckedLocked() 2354 final int displayIdToShowIme = computeImeDisplayIdForTarget(cs.selfReportedDisplayId, in startInputUncheckedLocked() [all …]
|
D | MultiClientInputMethodManagerService.java | 698 int selfReportedDisplayId) { in InputMethodClientInfo() argument 702 mSelfReportedDisplayId = selfReportedDisplayId; in InputMethodClientInfo() 959 int selfReportedDisplayId) { in addClientLocked() argument 971 new InputMethodClientInfo(client, uid, pid, selfReportedDisplayId); in addClientLocked() 1445 int selfReportedDisplayId) { in addClient() argument 1456 data.addClientLocked(callingUid, callingPid, client, selfReportedDisplayId); in addClient()
|