Home
last modified time | relevance | path

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

/development/samples/MultiClientInputMethod/src/com/example/android/multiclientinputmethod/
DMultiClientInputMethod.java39 final SparseIntArray mDisplayToLastClientId = new SparseIntArray(); field in MultiClientInputMethod
98 mDisplayToLastClientId.delete(displayId); in onDisplayRemoved()
DClientCallbackImpl.java160 final int lastClientId = mInputMethod.mDisplayToLastClientId.get(mSelfReportedDisplayId); in onStartInputOrWindowGainedFocus()
197 mInputMethod.mDisplayToLastClientId.put(mSelfReportedDisplayId, mClientId); in onStartInputOrWindowGainedFocus()