Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
DLetterTileDrawable.java41 private static int sTileFontColor; field in LetterTileDrawable
104 sTileFontColor = res.getColor(R.color.letter_tile_font_color, null /* theme */); in LetterTileDrawable()
115 sTextPaint.setColor(sTileFontColor); in LetterTileDrawable()
149 drawable.setColorFilter(sTileFontColor, PorterDuff.Mode.SRC_IN); in drawDrawableOnCanvas()
/packages/apps/Car/Messenger/src/com/android/car/messenger/core/ui/shared/
DLetterTileDrawable.java47 private static int sTileFontColor; field in LetterTileDrawable
109 sTileFontColor = res.getColor(R.color.letter_tile_font_color, null /* theme */); in LetterTileDrawable()
155 drawable.setColorFilter(sTileFontColor, PorterDuff.Mode.SRC_IN); in drawDrawableOnCanvas()
179 sPaint.setColor(sTileFontColor); in drawLetterTile()
/packages/apps/Contacts/src/com/android/contacts/lettertiles/
DLetterTileDrawable.java50 private static int sTileFontColor; field in LetterTileDrawable
82 sTileFontColor = res.getColor(R.color.letter_tile_font_color); in LetterTileDrawable()
162 sPaint.setColor(sTileFontColor); in drawLetterTile()