Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DDoubleTapClassifier.java66 public boolean isDoubleTap(List<MotionEvent> firstEvents, List<MotionEvent> secondEvents, in isDoubleTap() argument
69 Result firstTap = mSingleTapClassifier.isTap(firstEvents, 0.5); in isDoubleTap()
81 MotionEvent firstFinalEvent = firstEvents.get(firstEvents.size() - 1); in isDoubleTap()