Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskViewHeader.java78 private Paint mHighlightPaint = new Paint(); field in TaskViewHeader.HighlightColorDrawable
86 mHighlightPaint.setColor(Color.argb(255, 255, 255, 255)); in HighlightColorDrawable()
87 mHighlightPaint.setAntiAlias(true); in HighlightColorDrawable()
100 mHighlightPaint.setColor(ColorUtils.HSLToColor(mTmpHSL)); in setColorAndDim()
121 mCornerRadius, mCornerRadius, mHighlightPaint); in draw()
/frameworks/base/core/java/android/widget/
DTextView.java629 private final Paint mHighlightPaint; field in TextView
721 mHighlightPaint = new Paint(Paint.ANTI_ALIAS_FLAG); in TextView()
722 mHighlightPaint.setCompatibilityScaling(compat.applicationScale); in TextView()
5655 Paint highlightPaint = mHighlightPaint; in getUpdatedHighlightPath()
5856 mEditor.onDraw(canvas, layout, highlight, mHighlightPaint, cursorOffsetVertical); in onDraw()
5858 layout.draw(canvas, highlight, mHighlightPaint, cursorOffsetVertical); in onDraw()
5864 layout.draw(canvas, highlight, mHighlightPaint, cursorOffsetVertical); in onDraw()