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 | 430 final int selfReportedDisplayId; field in InputMethodManagerService.ClientState 445 + " pid=" + pid + " displayId=" + selfReportedDisplayId + "}"; in toString() 455 selfReportedDisplayId = _selfReportedDisplayId; in ClientState() 2223 int selfReportedDisplayId) { in addClient() argument 2238 && state.selfReportedDisplayId == selfReportedDisplayId) { in addClient() 2240 + "/displayId=" + selfReportedDisplayId + " is already registered."); in addClient() 2260 callerPid, selfReportedDisplayId, deathRecipient)); in addClient() 2363 UserHandle.getUserId(mCurClient.uid), mCurClient.selfReportedDisplayId, in attachNewInputLocked() 2409 if (info.mParentClient.selfReportedDisplayId == imeDisplayId) { in getActivityViewToScreenMatrixLocked() 2412 displayId = info.mParentClient.selfReportedDisplayId; in getActivityViewToScreenMatrixLocked() [all …]
|
D | MultiClientInputMethodManagerService.java | 688 int selfReportedDisplayId) { in InputMethodClientInfo() argument 692 mSelfReportedDisplayId = selfReportedDisplayId; in InputMethodClientInfo() 948 int selfReportedDisplayId) { in addClientLocked() argument 960 new InputMethodClientInfo(client, uid, pid, selfReportedDisplayId); in addClientLocked() 1425 int selfReportedDisplayId) { in addClient() argument 1436 data.addClientLocked(callingUid, callingPid, client, selfReportedDisplayId); in addClient()
|