Lines Matching refs:xPos
68 Bitmap b, int xPos, int yPos, int w, int h); in drawImage() argument
70 int xPos, int yPos, int w, int h); in drawDecoration() argument
672 int xPos = mSpec.mLeftEdgePadding; in paintDecoration() local
678 mDrawAdapter.drawDecoration(canvas, image, xPos, yPos, in paintDecoration()
684 xPos = mSpec.mLeftEdgePadding; in paintDecoration()
688 xPos += mSpec.mCellWidth + mSpec.mCellSpacing; in paintDecoration()
701 int xPos = leftSpacing + (col * (mSpec.mCellWidth + spacing)); in paintSelection() local
708 canvas.drawBitmap(mOutline[type], xPos, yTop, null); in paintSelection()
933 private void drawEmptyBlock(Canvas canvas, int xPos, int yPos, int row) { in drawEmptyBlock() argument
935 canvas.drawRect(xPos, yPos, xPos + mBlockWidth, yPos + mBlockHeight, in drawEmptyBlock()
939 int x = xPos + mSpec.mLeftEdgePadding; in drawEmptyBlock()
1076 final int xPos = leftSpacing in loadImageDone() local
1079 drawBitmap(image, b, xPos, yPos); in loadImageDone()
1102 IImage image, Bitmap b, int xPos, int yPos) { in drawBitmap() argument
1103 mDrawAdapter.drawImage(mCanvas, image, b, xPos, yPos, in drawBitmap()
1105 mCanvas.drawBitmap(mOutline, xPos, yPos, null); in drawBitmap()
1109 public void doDraw(Canvas canvas, int xPos, int yPos) { in doDraw() argument
1113 canvas.drawBitmap(mBitmap, xPos, yPos, null); in doDraw()
1118 canvas.drawRect(xPos, yPos, xPos + mBlockWidth, in doDraw()
1125 dstRect.offset(xPos, yPos); in doDraw()
1133 int x = xPos + mSpec.mLeftEdgePadding; in doDraw()