Searched refs:mSwipeThreshold (Results 1 – 6 of 6) sorted by relevance
134 private final float mSwipeThreshold; field in EdgeBackGesturePanel289 mSwipeThreshold = ResourceUtils.getDimenByName( in EdgeBackGesturePanel()539 if (!mDragSlopPassed && touchTranslation > mSwipeThreshold) { in handleMoveEvent()
221 private int mSwipeThreshold; field in KeyboardView362 mSwipeThreshold = (int) (500 * getResources().getDisplayMetrics().density); in KeyboardView()419 if (velocityX > mSwipeThreshold && absY < absX && deltaX > travelX) { in initGestureDetector()426 } else if (velocityX < -mSwipeThreshold && absY < absX && deltaX < -travelX) { in initGestureDetector()433 } else if (velocityY < -mSwipeThreshold && absX < absY && deltaY < -travelY) { in initGestureDetector()440 } else if (velocityY > mSwipeThreshold && absX < absY / 2 && deltaY > travelY) { in initGestureDetector()
234 private final int mSwipeThreshold; field in KeyboardView382 mSwipeThreshold = (int) (500 * getResources().getDisplayMetrics().density); in KeyboardView()474 if (velocityX > mSwipeThreshold && absY < absX && deltaX > travelX) { in initGestureDetector()481 } else if (velocityX < -mSwipeThreshold && absY < absX && deltaX < -travelX) { in initGestureDetector()488 } else if (velocityY < -mSwipeThreshold && absX < absY && deltaY < -travelY) { in initGestureDetector()495 } else if (velocityY > mSwipeThreshold && absX < absY / 2 && deltaY > travelY) { in initGestureDetector()
163 private final float mSwipeThreshold; field in NavigationBarEdgePanel350 mSwipeThreshold = context.getResources() in NavigationBarEdgePanel()724 if (!mDragSlopPassed && touchTranslation > mSwipeThreshold) { in handleMoveEvent()
133 private int mSwipeThreshold; field in StackView574 mSwipeThreshold = Math.round(SWIPE_THRESHOLD_RATIO * newSlideAmount); in onLayout()829 if (deltaY > mSwipeThreshold && mSwipeGestureType == GESTURE_SLIDE_DOWN842 } else if (deltaY < -mSwipeThreshold && mSwipeGestureType == GESTURE_SLIDE_UP
25631 Landroid/inputmethodservice/KeyboardView;->mSwipeThreshold:I73384 Landroid/widget/StackView;->mSwipeThreshold:I