Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
H A DEdgeBackGesturePanel.java134 private final float mSwipeThreshold; field in EdgeBackGesturePanel
289 mSwipeThreshold = ResourceUtils.getDimenByName( in EdgeBackGesturePanel()
539 if (!mDragSlopPassed && touchTranslation > mSwipeThreshold) { in handleMoveEvent()
/aosp12/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java221 private int mSwipeThreshold; field in KeyboardView
362 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()
/aosp12/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
H A DKeyboardView.java234 private final int mSwipeThreshold; field in KeyboardView
382 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()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DNavigationBarEdgePanel.java163 private final float mSwipeThreshold; field in NavigationBarEdgePanel
350 mSwipeThreshold = context.getResources() in NavigationBarEdgePanel()
724 if (!mDragSlopPassed && touchTranslation > mSwipeThreshold) { in handleMoveEvent()
/aosp12/frameworks/base/core/java/android/widget/
H A DStackView.java133 private int mSwipeThreshold; field in StackView
574 mSwipeThreshold = Math.round(SWIPE_THRESHOLD_RATIO * newSlideAmount); in onLayout()
829 if (deltaY > mSwipeThreshold && mSwipeGestureType == GESTURE_SLIDE_DOWN
842 } else if (deltaY < -mSwipeThreshold && mSwipeGestureType == GESTURE_SLIDE_UP
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt25631 Landroid/inputmethodservice/KeyboardView;->mSwipeThreshold:I
73384 Landroid/widget/StackView;->mSwipeThreshold:I