Home
last modified time | relevance | path

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

/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DStyledCornersBitmapDrawable.java57 private final Paint mFlapPaint = new Paint(); field in StyledCornersBitmapDrawable
91 mFlapPaint.setColor(Color.TRANSPARENT); in StyledCornersBitmapDrawable()
92 mFlapPaint.setStyle(Style.FILL); in StyledCornersBitmapDrawable()
93 mFlapPaint.setAntiAlias(true); in StyledCornersBitmapDrawable()
150 return mFlapPaint.getColor(); in getFlapColor()
159 boolean changed = mFlapPaint.getColor() != flapColor; in setFlapColor()
160 mFlapPaint.setColor(flapColor); in setFlapColor()
260 mCornerRoundRadius, mFlapPaint); in draw()
265 mCornerRoundRadius, mFlapPaint); in draw()
270 mCornerRoundRadius, mFlapPaint); in draw()
[all …]