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

  /frameworks/base/services/core/java/com/android/server/policy/
SystemGesturesPointerEventListener.java 49 private final int mSwipeStartThreshold;
71 mSwipeStartThreshold = checkNull("context", context).getResources()
73 mSwipeDistanceThreshold = mSwipeStartThreshold;
74 if (DEBUG) Slog.d(TAG, "mSwipeStartThreshold=" + mSwipeStartThreshold
221 if (fromY <= mSwipeStartThreshold
226 if (fromY >= screenHeight - mSwipeStartThreshold
231 if (fromX >= screenWidth - mSwipeStartThreshold
236 if (fromX <= mSwipeStartThreshold
  /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 178 milliseconds