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/graphics/drawable/
DrawerArrowDrawable.java 103 private float mBarGap;
251 return mBarGap;
262 if (gap != mBarGap) {
263 mBarGap = gap;
360 final float topBottomBarOffset = lerp(mBarGap + mPaint.getStrokeWidth(), -mMaxCutForBarSize,
383 final int remainingSpace = (int) (bounds.height() - barThickness * 3 - mBarGap * 2);
385 yOffset += barThickness * 1.5 + mBarGap;
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 51 milliseconds