Searched refs:GESTURE_ID_BASE (Results 1 – 1 of 1) sorted by relevance
43 private static final long GESTURE_ID_BASE = System.currentTimeMillis(); field in Gesture60 mGestureID = GESTURE_ID_BASE + sGestureCount.incrementAndGet(); in Gesture()