Searched refs:mIsVertical (Results 1 – 1 of 1) sorted by relevance
67 private boolean mIsVertical; field in NavigationBarGestureHelper100 mIsVertical = isVertical; in setBarState()120 boolean exceededTouchSlop = !mIsVertical in onInterceptTouchEvent()196 boolean touchSlopExceeded = !mIsVertical in handleDragActionMoveEvent()206 mDivider.getView().calculateBoundsForPosition(mIsVertical in handleDragActionMoveEvent()230 int position = !mIsVertical ? (int) event.getRawY() : (int) event.getRawX(); in handleDragActionMoveEvent()246 mDivider.getView().stopDragging(mIsVertical in handleDragActionUpEvent()249 mIsVertical in handleDragActionUpEvent()262 if (mIsVertical && !mDivider.getView().isHorizontalDivision()) { in calculateDragMode()265 if (!mIsVertical && mDivider.getView().isHorizontalDivision()) { in calculateDragMode()[all …]