Home
last modified time | relevance | path

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

/development/samples/ControllerSample/src/com/example/inputmanagercompat/
DInputManagerV9.java58 InputManagerV9 imv = mInputManager.get(); in handleMessage() local
59 if (null != imv) { in handleMessage()
61 int size = imv.mDevices.size(); in handleMessage()
63 long[] lastContact = imv.mDevices.valueAt(i); in handleMessage()
68 int id = imv.mDevices.keyAt(i); in handleMessage()
71 imv.notifyListeners(ON_DEVICE_REMOVED, id); in handleMessage()
72 imv.mDevices.remove(id); in handleMessage()