Searched refs:mHighlightPaint (Results 1 – 2 of 2) sorted by relevance
82 private Paint mHighlightPaint = new Paint(); field in TaskViewHeader.HighlightColorDrawable90 mHighlightPaint.setColor(Color.argb(255, 255, 255, 255)); in HighlightColorDrawable()91 mHighlightPaint.setAntiAlias(true); in HighlightColorDrawable()107 mHighlightPaint.setColor(ColorUtils.HSLToColor(mTmpHSL)); in setColorAndDim()128 mCornerRadius, mCornerRadius, mHighlightPaint); in draw()
7315 Landroid/widget/TextView;->mHighlightPaint:Landroid/graphics/Paint;