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

  /frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/
DrawerArrowDrawable.java 97 private float mArrowHeadLength;
143 mArrowHeadLength = Math.round(a.getDimension(
155 if (mArrowHeadLength != length) {
156 mArrowHeadLength = length;
166 return mArrowHeadLength;
344 float arrowHeadBarLength = (float) Math.sqrt(mArrowHeadLength * mArrowHeadLength * 2);
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 41 milliseconds