Searched refs:mBarGap (Results 1 – 1 of 1) sorted by relevance
103 private float mBarGap; field in DrawerArrowDrawable251 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()