Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
DLetterTileDrawable.java42 private static float sLetterToTileRatio; field in LetterTileDrawable
105 sLetterToTileRatio = res.getFraction(R.fraction.letter_to_tile_ratio, 1, 1); in LetterTileDrawable()
168 sTextPaint.setTextSize(mScale * sLetterToTileRatio * minDimension); in drawLetterTile()
/packages/apps/Car/Messenger/src/com/android/car/messenger/core/ui/shared/
DLetterTileDrawable.java48 private static float sLetterToTileRatio; field in LetterTileDrawable
110 sLetterToTileRatio = res.getFraction(R.fraction.letter_to_tile_ratio, 1, 1); in LetterTileDrawable()
176 sPaint.setTextSize(mScale * sLetterToTileRatio * minDimension); in drawLetterTile()
/packages/apps/Contacts/src/com/android/contacts/lettertiles/
DLetterTileDrawable.java51 private static float sLetterToTileRatio; field in LetterTileDrawable
83 sLetterToTileRatio = res.getFraction(R.dimen.letter_to_tile_ratio, 1, 1); in LetterTileDrawable()
159 sPaint.setTextSize(mScale * sLetterToTileRatio * minDimension); in drawLetterTile()