Searched refs:mMaxCutForBarSize (Results 1 – 1 of 1) sorted by relevance
116 private float mMaxCutForBarSize; field in DrawerArrowDrawable233 mMaxCutForBarSize = (float) (width / 2 * Math.cos(ARROW_HEAD_ANGLE)); in setBarThickness()348 final float arrowShaftCut = Math.round(lerp(0, mMaxCutForBarSize, mProgress)); in draw()360 final float topBottomBarOffset = lerp(mBarGap + mPaint.getStrokeWidth(), -mMaxCutForBarSize, in draw()