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 | 407 final int selfReportedDisplayId; field in InputMethodManagerService.ClientState 422 + " pid=" + pid + " displayId=" + selfReportedDisplayId + "}"; in toString() 432 selfReportedDisplayId = _selfReportedDisplayId; in ClientState() 1881 int selfReportedDisplayId) { in addClient() argument 1896 && state.selfReportedDisplayId == selfReportedDisplayId) { in addClient() 1898 + "/displayId=" + selfReportedDisplayId + " is already registered."); in addClient() 1918 callerPid, selfReportedDisplayId, deathRecipient)); in addClient() 2021 UserHandle.getUserId(mCurClient.uid), mCurClient.selfReportedDisplayId, in attachNewInputLocked() 2056 if (info.mParentClient.selfReportedDisplayId == imeDisplayId) { in getActivityViewToScreenMatrixLocked() 2059 displayId = info.mParentClient.selfReportedDisplayId; in getActivityViewToScreenMatrixLocked() [all …]
|
D | MultiClientInputMethodManagerService.java | 646 int selfReportedDisplayId) { in InputMethodClientInfo() argument 650 mSelfReportedDisplayId = selfReportedDisplayId; in InputMethodClientInfo() 906 int selfReportedDisplayId) { in addClientLocked() argument 918 new InputMethodClientInfo(client, uid, pid, selfReportedDisplayId); in addClientLocked() 1382 int selfReportedDisplayId) { in addClient() argument 1393 data.addClientLocked(callingUid, callingPid, client, selfReportedDisplayId); in addClient()
|