Home
last modified time | relevance | path

Searched refs:getQuickScrubTouchSlopPx (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DNavigationBarCompat.java44 public static int getQuickScrubTouchSlopPx() { in getQuickScrubTouchSlopPx() method in NavigationBarCompat
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyButtonView.java235 ? NavigationBarCompat.getQuickScrubTouchSlopPx() in onTouchEvent()
239 : NavigationBarCompat.getQuickScrubTouchSlopPx()); in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DQuickStepController.java235 yDiff > NavigationBarCompat.getQuickScrubTouchSlopPx() && yDiff > xDiff; in handleTouchEvent()
244 xDiff > NavigationBarCompat.getQuickScrubTouchSlopPx() && xDiff > yDiff; in handleTouchEvent()