Searched refs:mBottomGestureHeight (Results 1 – 2 of 2) sorted by relevance
52 private final int mBottomGestureHeight; field in NavBarGestureHandler72 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()
56 private final int mBottomGestureHeight; field in EdgeBackGestureHandler102 mBottomGestureHeight = in EdgeBackGestureHandler()163 if (y >= (mDisplaySize.y - mBottomGestureHeight)) { in isWithinTouchRegion()