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

  /frameworks/base/services/core/java/com/android/server/policy/
SystemGesturesPointerEventListener.java 37 private static final long SWIPE_TIMEOUT_MS = 500;
223 && elapsed < SWIPE_TIMEOUT_MS) {
228 && elapsed < SWIPE_TIMEOUT_MS) {
233 && elapsed < SWIPE_TIMEOUT_MS) {
238 && elapsed < SWIPE_TIMEOUT_MS) {
  /packages/experimental/KBars/app/src/main/java/js/kbars/
SystemGestureDebugger.java 14 private static final long SWIPE_TIMEOUT_MS = 500;
185 if (fromY <= ((float) this.mSwipeStartThreshold) && y > ((float) this.mSwipeDistanceThreshold) + fromY && elapsed < SWIPE_TIMEOUT_MS) {
188 if (fromY >= ((float) (this.screenHeight - this.mSwipeStartThreshold)) && y < fromY - ((float) this.mSwipeDistanceThreshold) && elapsed < SWIPE_TIMEOUT_MS) {
191 if (fromX < ((float) (this.screenWidth - this.mSwipeStartThreshold)) || x >= fromX - ((float) this.mSwipeDistanceThreshold) || elapsed >= SWIPE_TIMEOUT_MS) {
214 out.elapsed = SWIPE_TIMEOUT_MS;
  /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 
  /prebuilts/misc/common/robolectric/android-all/
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 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 95 milliseconds