Searched defs:drawBitmap (Results 1 - 3 of 3) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/lettertiles/
H A DLetterTileDrawable.java111 private void drawBitmap(final Bitmap bitmap, final int width, final int height, method in class:LetterTileDrawable
128 canvas.drawBitmap(bitmap, sRect, destRect, mPaint);
164 drawBitmap(bitmap, bitmap.getWidth(), bitmap.getHeight(),
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
H A DAbstractAvatarDrawable.java98 drawBitmap(mBitmap.bmp, mBitmap.getLogicalWidth(), mBitmap.getLogicalHeight(), canvas);
110 protected void drawBitmap(final Bitmap bitmap, final int width, final int height, method in class:AbstractAvatarDrawable
/packages/apps/Gallery/src/com/android/camera/
H A DGridViewSpecial.java708 canvas.drawBitmap(mOutline[type], xPos, yTop, null);
944 canvas.drawBitmap(mEmptyBitmap, x, y, null);
964 canvas.drawBitmap(mOutline, 0, 0, null);
1079 drawBitmap(image, b, xPos, yPos);
1101 private void drawBitmap( method in class:ImageBlockManager.ImageBlock
1105 mCanvas.drawBitmap(mOutline, xPos, yPos, null);
1113 canvas.drawBitmap(mBitmap, xPos, yPos, null);
1126 canvas.drawBitmap(mBitmap, srcRect, dstRect, null);
1138 canvas.drawBitmap(mEmptyBitmap, x, y, null);

Completed in 171 milliseconds