Searched refs:timeArray (Results 1 – 1 of 1) sorted by relevance
191 long[] timeArray = mDevices.get(id); in onGenericMotionEvent() local192 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()