Searched refs:mSwipeThreshold (Results 1 – 2 of 2) sorted by relevance
138 private final float mSwipeThreshold; field in NavigationBarEdgePanel317 mSwipeThreshold = context.getResources() in NavigationBarEdgePanel()614 if (!mDragSlopPassed && touchTranslation > mSwipeThreshold) { in handleMoveEvent()
131 private int mSwipeThreshold; field in StackView572 mSwipeThreshold = Math.round(SWIPE_THRESHOLD_RATIO * newSlideAmount); in onLayout()827 if (deltaY > mSwipeThreshold && mSwipeGestureType == GESTURE_SLIDE_DOWN840 } else if (deltaY < -mSwipeThreshold && mSwipeGestureType == GESTURE_SLIDE_UP