Home | History | Annotate | Download | only in widget

Lines Matching refs:offsetY

920         final int offsetY = ((int) mSquareHeight - mBitmapHeight) / 2;
936 matrix.setTranslate(leftX + offsetX, topY + offsetY); // transform to cell position
980 int offsetY = (int) ((squareHeight - height) / 2f);
982 canvas.drawBitmap(outerCircle, leftX + offsetX, topY + offsetY, mPaint);
983 canvas.drawBitmap(innerCircle, leftX + offsetX, topY + offsetY, mPaint);