Searched refs:mBottomGestureHeight (Results 1 – 2 of 2) sorted by relevance
67 private final int mBottomGestureHeight; field in NavBarGestureHandler109 mBottomGestureHeight = in NavBarGestureHandler()122 final float assistantHeight = Math.max(mBottomGestureHeight, in NavBarGestureHandler()177 && mDownPos.y >= mDisplaySize.y - mBottomGestureHeight; in onTouch()249 mMotionPauseDetector.setDisallowPause(mLastPos.y >= mDisplaySize.y - mBottomGestureHeight); in onTouch()256 || event.getY() >= mDisplaySize.y - mBottomGestureHeight; in onInterceptTouch()
53 private final int mBottomGestureHeight; field in EdgeBackGestureHandler99 mBottomGestureHeight = in EdgeBackGestureHandler()161 if (y >= (mDisplaySize.y - mBottomGestureHeight)) { in isWithinTouchRegion()