Home
last modified time | relevance | path

Searched refs:selfReportedDisplayId (Results 1 – 2 of 2) sorted by relevance

/development/samples/MultiClientInputMethod/src/com/example/android/multiclientinputmethod/
DMultiClientInputMethod.java53 int selfReportedDisplayId) { in onCreate()
56 mSoftInputWindowManager, clientId, uid, pid, selfReportedDisplayId); in onCreate()
59 + " pid=" + pid + " displayId=" + selfReportedDisplayId); in onCreate()
DClientCallbackImpl.java49 int selfReportedDisplayId) { in ClientCallbackImpl() argument
56 mSelfReportedDisplayId = selfReportedDisplayId; in ClientCallbackImpl()