Home
last modified time | relevance | path

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

/development/samples/ControllerSample/src/com/example/inputmanagercompat/
DInputManagerV9.java42 private final SparseArray<long[]> mDevices; field in InputManagerV9
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()
72 imv.mDevices.remove(id); in handleMessage()
89 mDevices = new SparseArray<long[]>(); in InputManagerV9()
109 long[] lastContact = mDevices.get(id); in getInputDeviceIds()
112 mDevices.put(id, new long[] { time }); in getInputDeviceIds()
191 long[] timeArray = mDevices.get(id); in onGenericMotionEvent()
195 mDevices.put(id, timeArray); in onGenericMotionEvent()