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.java65 int selfReportedDisplayId) { in onCreate()
66 int imeDisplayId = mInputDisplayToImeDisplay.get(selfReportedDisplayId, in onCreate()
67 selfReportedDisplayId); in onCreate()
73 + " pid=" + pid + " displayId=" + selfReportedDisplayId in onCreate()
DClientCallbackImpl.java49 int selfReportedDisplayId) { in ClientCallbackImpl() argument
56 mSelfReportedDisplayId = selfReportedDisplayId; in ClientCallbackImpl()