Searched refs:mProgress (Results 1 – 1 of 1) sorted by relevance
121 private float mProgress; field in DrawerArrowDrawable352 arrowHeadBarLength = lerp(mBarLength, arrowHeadBarLength, mProgress); in draw()353 final float arrowShaftLength = lerp(mBarLength, mArrowShaftLength, mProgress); in draw()355 final float arrowShaftCut = Math.round(lerp(0, mMaxCutForBarSize, mProgress)); in draw()357 final float rotation = lerp(0, ARROW_HEAD_ANGLE, mProgress); in draw()361 flipToPointRight ? 180 : 0, mProgress); in draw()368 mProgress); in draw()439 return mProgress; in getProgress()450 if (mProgress != progress) { in setProgress()451 mProgress = progress; in setProgress()