Searched defs:sRect (Results 1 - 2 of 2) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/lettertiles/
H A DLetterTileDrawable.java59 private static final Rect sRect = new Rect(); field in class:LetterTileDrawable
126 sRect.set(0, 0, width, height);
128 canvas.drawBitmap(bitmap, sRect, destRect, mPaint);
153 sPaint.getTextBounds(sFirstChar, 0, 1, sRect);
159 bounds.centerY() + mOffset * bounds.height() + sRect.height() / 2,
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
H A DContactDrawable.java66 private static final Rect sRect = new Rect(); field in class:ContactDrawable
184 sPaint.getTextBounds(sFirstChar, 0, 1, sRect);
187 bounds.centerY() + sRect.height() / 2, sPaint);

Completed in 106 milliseconds