Home
last modified time | relevance | path

Searched refs:sTileFontColor (Results 1 – 2 of 2) 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
105 sTileFontColor = res.getColor(R.color.letter_tile_font_color, null /* theme */); in LetterTileDrawable()
149 drawable.setColorFilter(sTileFontColor, PorterDuff.Mode.SRC_IN); in drawDrawableOnCanvas()
173 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()