Home
last modified time | relevance | path

Searched refs:mBottomGestureHeight (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DNavBarGestureHandler.java52 private final int mBottomGestureHeight; field in NavBarGestureHandler
72 mBottomGestureHeight = in NavBarGestureHandler()
114 mTouchCameFromNavBar = mDownPos.y >= mDisplaySize.y - mBottomGestureHeight; in onTouch()
141 mMotionPauseDetector.setDisallowPause(mLastPos.y >= mDisplaySize.y - mBottomGestureHeight); in onTouch()
146 return event.getY() >= mDisplaySize.y - mBottomGestureHeight; in onInterceptTouch()
DEdgeBackGestureHandler.java56 private final int mBottomGestureHeight; field in EdgeBackGestureHandler
102 mBottomGestureHeight = in EdgeBackGestureHandler()
163 if (y >= (mDisplaySize.y - mBottomGestureHeight)) { in isWithinTouchRegion()