Home
last modified time | relevance | path

Searched refs:sFirstChar (Results 1 – 2 of 2) 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/ContactsCommon/src/com/android/contacts/common/lettertiles/
DLetterTileDrawable.java60 private static final char[] sFirstChar = new char[1]; field in LetterTileDrawable
148 sFirstChar[0] = Character.toUpperCase(mDisplayName.charAt(0)); in drawLetterTile()
153 sPaint.getTextBounds(sFirstChar, 0, 1, sRect); in drawLetterTile()
158 canvas.drawText(sFirstChar, 0, 1, bounds.centerX(), in drawLetterTile()