Searched refs:mBarLength (Results 1 – 1 of 1) sorted by relevance
99 private float mBarLength; field in DrawerArrowDrawable141 mBarLength = Math.round(a.getDimension(R.styleable.DrawerArrowToggle_barLength, 0)); in DrawerArrowDrawable()192 return mBarLength; in getBarLength()201 if (mBarLength != length) { in setBarLength()202 mBarLength = length; in setBarLength()345 arrowHeadBarLength = lerp(mBarLength, arrowHeadBarLength, mProgress); in draw()346 final float arrowShaftLength = lerp(mBarLength, mArrowShaftLength, mProgress); in draw()