Searched refs:mDividerBarBackground (Results 1 – 1 of 1) sorted by relevance
43 private final Paint mDividerBarBackground; field in DividerRoundedCorner54 mDividerBarBackground = new Paint(); in DividerRoundedCorner()55 mDividerBarBackground.setColor( in DividerRoundedCorner()57 mDividerBarBackground.setFlags(Paint.ANTI_ALIAS_FLAG); in DividerRoundedCorner()58 mDividerBarBackground.setStyle(Paint.Style.FILL); in DividerRoundedCorner()76 canvas.drawPath(mTopLeftCorner.mPath, mDividerBarBackground); in onDraw()81 canvas.drawPath(mTopRightCorner.mPath, mDividerBarBackground); in onDraw()86 canvas.drawPath(mBottomLeftCorner.mPath, mDividerBarBackground); in onDraw()91 canvas.drawPath(mBottomRightCorner.mPath, mDividerBarBackground); in onDraw()