Searched refs:mGlowColorPressedPaint (Results 1 – 1 of 1) sorted by relevance
52 private final Paint mGlowColorPressedPaint = new Paint(); field in IconUtilities72 mGlowColorPressedPaint.setColor(context.getTheme().resolveAttribute( in IconUtilities()74 mGlowColorPressedPaint.setMaskFilter(TableMaskFilter.CreateClipTable(0, 30)); in IconUtilities()181 pressed ? mGlowColorPressedPaint : mGlowColorFocusedPaint); in createSelectedBitmap()