Home
last modified time | relevance | path

Searched refs:mSwipeThreshold (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarEdgePanel.java138 private final float mSwipeThreshold; field in NavigationBarEdgePanel
317 mSwipeThreshold = context.getResources() in NavigationBarEdgePanel()
614 if (!mDragSlopPassed && touchTranslation > mSwipeThreshold) { in handleMoveEvent()
/frameworks/base/core/java/android/widget/
DStackView.java131 private int mSwipeThreshold; field in StackView
572 mSwipeThreshold = Math.round(SWIPE_THRESHOLD_RATIO * newSlideAmount); in onLayout()
827 if (deltaY > mSwipeThreshold && mSwipeGestureType == GESTURE_SLIDE_DOWN
840 } else if (deltaY < -mSwipeThreshold && mSwipeGestureType == GESTURE_SLIDE_UP