Home | History | Annotate | Download | only in camera

Lines Matching refs:xPos

68                 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) {
935 canvas.drawRect(xPos, yPos, xPos + mBlockWidth, yPos + mBlockHeight,
939 int x = xPos + mSpec.mLeftEdgePadding;
1076 final int xPos = leftSpacing
1079 drawBitmap(image, b, xPos, yPos);
1102 IImage image, Bitmap b, int xPos, int yPos) {
1103 mDrawAdapter.drawImage(mCanvas, image, b, xPos, yPos,
1105 mCanvas.drawBitmap(mOutline, xPos, yPos, null);
1109 public void doDraw(Canvas canvas, int xPos, int yPos) {
1113 canvas.drawBitmap(mBitmap, xPos, yPos, null);
1118 canvas.drawRect(xPos, yPos, xPos + mBlockWidth,
1125 dstRect.offset(xPos, yPos);
1133 int x = xPos + mSpec.mLeftEdgePadding;