Searched refs:bgPaint (Results 1 – 1 of 1) sorted by relevance
1030 var bgPaint = mWorkPlainPaint; in drawHighContrastBackground() local1031 bgPaint.reset(); in drawHighContrastBackground()1032 bgPaint.setColor(isHighContrastTextDark(originalTextColor) ? Color.WHITE : Color.BLACK); in drawHighContrastBackground()1033 bgPaint.setStyle(Paint.Style.FILL); in drawHighContrastBackground()1061 var hasBgColorChanged = newBackground != bgPaint.getColor(); in drawHighContrastBackground()1070 bgPaint.setColor(newBackground); in drawHighContrastBackground()1085 canvas.drawRect(mLineBackground, bgPaint); in drawHighContrastBackground()1092 return bgPaint.getColor(); in drawHighContrastBackground()1110 return bgPaint.getColor(); in drawHighContrastBackground()