Searched refs:mIsVertical (Results 1 – 4 of 4) sorted by relevance
67 private boolean mIsVertical; field in NavigationBarGestureHelper105 mIsVertical = isVertical; in setBarState()212 boolean touchSlopExceeded = !mIsVertical in handleDragActionMoveEvent()222 mDivider.getView().calculateBoundsForPosition(mIsVertical in handleDragActionMoveEvent()246 int position = !mIsVertical ? (int) event.getRawY() : (int) event.getRawX(); in handleDragActionMoveEvent()262 mDivider.getView().stopDragging(mIsVertical in handleDragActionUpEvent()265 mIsVertical in handleDragActionUpEvent()283 if (mIsVertical && !mDivider.getView().isHorizontalDivision()) { in calculateDragMode()286 if (!mIsVertical && mDivider.getView().isHorizontalDivision()) { in calculateDragMode()
77 private boolean mIsVertical; field in QuickStepController233 if (mIsVertical) { in handleTouchEvent()267 offset -= mIsVertical ? mTrackRect.height() : mTrackRect.width(); in handleTouchEvent()337 if (mIsVertical) { in onLayout()360 final boolean changed = (mIsVertical != isVertical) || (mIsRTL != isRTL); in setBarState()365 mIsVertical = isVertical; in setBarState()
36 boolean mIsVertical; field in RecyclerViewParallax188 if (source.mIsVertical) { in updateValue()210 return mIsVertical ? mRecylerView.getHeight() : mRecylerView.getWidth(); in getMaxValue()229 mIsVertical = properties.orientation == RecyclerView.VERTICAL; in setRecyclerView()
64 private boolean mIsVertical; field in KeyButtonView234 boolean exceededTouchSlopX = Math.abs(x - mTouchDownX) > (mIsVertical in onTouchEvent()237 boolean exceededTouchSlopY = Math.abs(y - mTouchDownY) > (mIsVertical in onTouchEvent()341 mIsVertical = vertical; in setVertical()