Searched refs:sRect (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/lettertiles/ |
D | LetterTileDrawable.java | 58 private static final Rect sRect = new Rect(); field in LetterTileDrawable 129 sRect.set(0, 0, width, height); in drawBitmap() 135 canvas.drawBitmap(bitmap, sRect, destRect, sPaint); in drawBitmap() 160 sPaint.getTextBounds(sFirstChar, 0, 1, sRect); in drawLetterTile() 168 bounds.centerY() + mOffset * bounds.height() - sRect.exactCenterY(), in drawLetterTile()
|
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/ |
D | ContactDrawable.java | 41 private static final Rect sRect = new Rect(); field in ContactDrawable 105 sPaint.getTextBounds(sFirstChar, 0, 1, sRect); in drawLetterTile() 108 bounds.centerY() + sRect.height() / 2, sPaint); in drawLetterTile()
|
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/ |
D | LetterTileDrawable.java | 48 private static final Rect sRect = new Rect(); field in LetterTileDrawable 159 sPaint.getTextBounds(sFirstChar, 0, 1, sRect); in drawLetterTile() 165 bounds.centerY() + mOffset * bounds.height() + sRect.height() / 2, in drawLetterTile()
|