Home
last modified time | relevance | path

Searched refs:mBarGap (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/
DDrawerArrowDrawable.java103 private float mBarGap; field in DrawerArrowDrawable
251 return mBarGap; in getGapSize()
262 if (gap != mBarGap) { in setGapSize()
263 mBarGap = gap; in setGapSize()
360 final float topBottomBarOffset = lerp(mBarGap + mPaint.getStrokeWidth(), -mMaxCutForBarSize, in draw()
383 final int remainingSpace = (int) (bounds.height() - barThickness * 3 - mBarGap * 2); in draw()
385 yOffset += barThickness * 1.5 + mBarGap; in draw()