Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DDoubleTapClassifier.java53 List<MotionEvent> firstTapEvents = getPriorMotionEvents(); in calculateFalsingResult() local
57 if (firstTapEvents == null) { in calculateFalsingResult()
61 return !isDoubleTap(firstTapEvents, secondTapEvents, reason) in calculateFalsingResult()