HomeSort by relevance Sort by last modified time
    Searched defs:mBarLength (Results 1 - 2 of 2) sorted by null

  /frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/
DrawerArrowDrawable.java 99 private float mBarLength;
141 mBarLength = Math.round(a.getDimension(R.styleable.DrawerArrowToggle_barLength, 0));
192 return mBarLength;
201 if (mBarLength != length) {
202 mBarLength = length;
345 arrowHeadBarLength = lerp(mBarLength, arrowHeadBarLength, mProgress);
346 final float arrowShaftLength = lerp(mBarLength, mArrowShaftLength, mProgress);
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 41 milliseconds