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

/packages/apps/Gallery/src/com/android/camera/
H A DImageGallery.java782 Bitmap b, int xPos, int yPos, int w, int h) {
800 mDstRect.set(xPos, yPos, xPos + w, yPos + h);
804 mDstRect.set(xPos, yPos, xPos + w, yPos + h);
814 int left = (w - width) / 2 + xPos;
837 canvas.drawRect(xPos, yPos, xPos + w, yPos + h, paint);
841 int left = (w - width) / 2 + xPos;
854 int xPos, in
781 drawImage(Canvas canvas, IImage image, Bitmap b, int xPos, int yPos, int w, int h) argument
853 drawDecoration(Canvas canvas, IImage image, int xPos, int yPos, int w, int h) argument
[all...]
H A DGridViewSpecial.java68 Bitmap b, int xPos, int yPos, int w, int h);
70 int xPos, int yPos, int w, int h);
672 int xPos = mSpec.mLeftEdgePadding;
678 mDrawAdapter.drawDecoration(canvas, image, xPos, yPos,
684 xPos = mSpec.mLeftEdgePadding;
688 xPos += mSpec.mCellWidth + mSpec.mCellSpacing;
701 int xPos = leftSpacing + (col * (mSpec.mCellWidth + spacing));
708 canvas.drawBitmap(mOutline[type], xPos, yTop, null);
933 private void drawEmptyBlock(Canvas canvas, int xPos, int yPos, int row) { argument
935 canvas.drawRect(xPos, yPo
67 drawImage(Canvas canvas, IImage image, Bitmap b, int xPos, int yPos, int w, int h) argument
69 drawDecoration(Canvas canvas, IImage image, int xPos, int yPos, int w, int h) argument
1101 drawBitmap( IImage image, Bitmap b, int xPos, int yPos) argument
1109 doDraw(Canvas canvas, int xPos, int yPos) argument
[all...]

Completed in 88 milliseconds