Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DNavigationBarCompat.java40 public static int getQuickStepTouchSlopPx() { in getQuickStepTouchSlopPx() method in NavigationBarCompat
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyButtonView.java236 : NavigationBarCompat.getQuickStepTouchSlopPx()); in onTouchEvent()
238 ? NavigationBarCompat.getQuickStepTouchSlopPx() in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DQuickStepController.java237 xDiff > NavigationBarCompat.getQuickStepTouchSlopPx() && xDiff > yDiff; in handleTouchEvent()
246 yDiff > NavigationBarCompat.getQuickStepTouchSlopPx() && yDiff > xDiff; in handleTouchEvent()