HomeSort by relevance Sort by last modified time
    Searched refs:detectSwipe (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/core/java/com/android/server/policy/
SystemGesturesPointerEventListener.java 120 final int swipe = detectSwipe(event);
190 private int detectSwipe(MotionEvent move) {
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) {
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 56 milliseconds