Home
last modified time | relevance | path

Searched defs:secondUp (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/compose/gestures/
DEagerTap.kt82 val secondUp = waitForUpOrCancellation() in detectEagerTapGestures() constant
/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
DGestureUtils.java19 public static boolean isMultiTap(MotionEvent firstUp, MotionEvent secondUp, in isMultiTap()
63 public static boolean isTimedOut(MotionEvent firstUp, MotionEvent secondUp, int timeout) { in isTimedOut()