Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DDoubleTapClassifier.java52 List<MotionEvent> secondTapEvents = getRecentMotionEvents(); in calculateFalsingResult() local
61 return !isDoubleTap(firstTapEvents, secondTapEvents, reason) in calculateFalsingResult()