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

  /frameworks/base/services/core/java/com/android/server/policy/
SystemGesturesPointerEventListener.java 50 private final int mSwipeDistanceThreshold;
73 mSwipeDistanceThreshold = mSwipeStartThreshold;
75 + " mSwipeDistanceThreshold=" + mSwipeDistanceThreshold);
222 && y > fromY + mSwipeDistanceThreshold
227 && y < fromY - mSwipeDistanceThreshold
232 && x < fromX - mSwipeDistanceThreshold
237 && x > fromX + mSwipeDistanceThreshold
  /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 37 milliseconds