Home
last modified time | relevance | path

Searched refs:mBarLength (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/
DDrawerArrowDrawable.java99 private float mBarLength; field in DrawerArrowDrawable
141 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()