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

  /frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/
DrawerArrowDrawable.java 101 private float mArrowShaftLength;
145 mArrowShaftLength = a.getDimension(R.styleable.DrawerArrowToggle_arrowShaftLength, 0);
175 if (mArrowShaftLength != length) {
176 mArrowShaftLength = length;
185 return mArrowShaftLength;
346 final float arrowShaftLength = lerp(mBarLength, mArrowShaftLength, mProgress);
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 45 milliseconds