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

/frameworks/base/services/core/java/com/android/server/policy/
H A DSystemGesturesPointerEventListener.java120 final int swipe = detectSwipe(event);
190 private int detectSwipe(MotionEvent move) { method in class:SystemGesturesPointerEventListener
201 final int swipe = detectSwipe(i, time, x, y);
206 final int swipe = detectSwipe(i, move.getEventTime(), move.getX(p), move.getY(p));
215 private int detectSwipe(int i, long time, float x, float y) { method in class:SystemGesturesPointerEventListener

Completed in 68 milliseconds