Searched defs:isTimedOut (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/accessibility/
H A DGestureUtils.java28 if (isTimedOut(first, second, timeout)) {
43 public static boolean isTimedOut(MotionEvent firstUp, MotionEvent secondUp, int timeout) { method in class:GestureUtils

Completed in 1367 milliseconds