Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
DContactDrawable.java42 private static final char[] sFirstChar = new char[1]; field in ContactDrawable
103 sFirstChar[0] = Character.toUpperCase(firstChar); in drawLetterTile()
105 sPaint.getTextBounds(sFirstChar, 0, 1, sRect); in drawLetterTile()
107 canvas.drawText(sFirstChar, 0, 1, bounds.centerX(), in drawLetterTile()
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
DLetterTileDrawable.java49 private static final char[] sFirstChar = new char[1]; field in LetterTileDrawable
154 sFirstChar[0] = Character.toUpperCase(mDisplayName.charAt(0)); in drawLetterTile()
159 sPaint.getTextBounds(sFirstChar, 0, 1, sRect); in drawLetterTile()
164 canvas.drawText(sFirstChar, 0, 1, bounds.centerX(), in drawLetterTile()
/packages/apps/Contacts/src/com/android/contacts/lettertiles/
DLetterTileDrawable.java59 private static final char[] sFirstChar = new char[1]; field in LetterTileDrawable
156 sFirstChar[0] = mLetter; in drawLetterTile()
160 sPaint.getTextBounds(sFirstChar, 0, 1, sRect); in drawLetterTile()
167 canvas.drawText(sFirstChar, 0, 1, bounds.centerX(), in drawLetterTile()