Home | History | Annotate | Download | only in camera

Lines Matching refs:yPos

68                 Bitmap b, int xPos, int yPos, int w, int h);
70 int xPos, int yPos, int w, int h);
673 int yPos = mSpec.mCellSpacing + startRow * mBlockHeight;
678 mDrawAdapter.drawDecoration(canvas, image, xPos, yPos,
685 yPos += mBlockHeight;
910 final int yPos = currentBlock * height;
911 if (yPos >= scrollPos + thisHeight) {
917 blk.doDraw(canvas, 0, yPos);
919 drawEmptyBlock(canvas, 0, yPos, currentBlock);
933 private void drawEmptyBlock(Canvas canvas, int xPos, int yPos, int row) {
935 canvas.drawRect(xPos, yPos, xPos + mBlockWidth, yPos + mBlockHeight,
940 int y = yPos + mSpec.mCellSpacing;
1075 final int yPos = spacing;
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,
1119 yPos + mBlockHeight, mBackgroundPaint);
1125 dstRect.offset(xPos, yPos);
1134 int y = yPos + mSpec.mCellSpacing;