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

/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 38 milliseconds