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

  /frameworks/support/v7/appcompat/src/android/support/v7/app/
DrawerArrowDrawable.java 48 private final float mBarGap;
83 mBarGap = Math.round(typedArray.getDimension(
88 final int remainingSpace = (int) (mSize - mBarThickness * 3 - mBarGap * 2);
90 mCenterOffset += mBarThickness * 1.5 + mBarGap;
129 final float topBottomBarOffset = lerp(mBarGap + mBarThickness, -mMaxCutForBarSize,
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 48 milliseconds