Home
last modified time | relevance | path

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

/development/samples/ControllerSample/src/com/example/inputmanagercompat/
DInputManagerV9.java191 long[] timeArray = mDevices.get(id); in onGenericMotionEvent() local
192 if (null == timeArray) { in onGenericMotionEvent()
194 timeArray = new long[1]; in onGenericMotionEvent()
195 mDevices.put(id, timeArray); in onGenericMotionEvent()
198 timeArray[0] = time; in onGenericMotionEvent()