Home
last modified time | relevance | path

Searched refs:sLetterToTileRatio (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 float sLetterToTileRatio; field in LetterTileDrawable
93 sLetterToTileRatio = res.getFraction(R.fraction.letter_to_tile_ratio, 1, 1); in LetterTileDrawable()
157 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()