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 101 private float mArrowHeadLength;
147 mArrowHeadLength = Math.round(a.getDimension(
159 if (mArrowHeadLength != length) {
160 mArrowHeadLength = length;
170 return mArrowHeadLength;
348 float arrowHeadBarLength = (float) Math.sqrt(mArrowHeadLength * mArrowHeadLength * 2);
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 7527 milliseconds