Searched refs:selfReportedDisplayId (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/core/java/android/inputmethodservice/ |
H A 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()
|
H A D | MultiClientInputMethodServiceDelegate.java | 89 void addClient(int clientId, int uid, int pid, int selfReportedDisplayId); in addClient() argument
|
/aosp12/frameworks/base/core/java/com/android/internal/inputmethod/ |
H A D | IMultiClientInputMethod.aidl | 24 void addClient(int clientId, int uid, int pid, int selfReportedDisplayId); in addClient() argument
|
/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | InputMethodManagerService.java | 415 final int selfReportedDisplayId; field in InputMethodManagerService.ClientState 436 selfReportedDisplayId = _selfReportedDisplayId; in ClientState() 2157 int selfReportedDisplayId) { in addClient() argument 2172 && state.selfReportedDisplayId == selfReportedDisplayId) { in addClient() 2378 if (cs.selfReportedDisplayId != displayIdToShowIme) { in startInputUncheckedLocked() 3069 cs.selfReportedDisplayId)) { in showSoftInput() 3185 cs.selfReportedDisplayId)) { in hideSoftInput() 3353 if (cs.selfReportedDisplayId != windowDisplayId) { in startInputOrWindowGainedFocusInternalLocked() 3355 + " from client:" + cs.selfReportedDisplayId in startInputOrWindowGainedFocusInternalLocked() 3361 cs.selfReportedDisplayId)) { in startInputOrWindowGainedFocusInternalLocked() [all …]
|
H A 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()
|