Searched refs:firstEvents (Results 1 – 1 of 1) sorted by relevance
66 public boolean isDoubleTap(List<MotionEvent> firstEvents, List<MotionEvent> secondEvents, in isDoubleTap() argument69 Result firstTap = mSingleTapClassifier.isTap(firstEvents, 0.5); in isDoubleTap()81 MotionEvent firstFinalEvent = firstEvents.get(firstEvents.size() - 1); in isDoubleTap()