Home | History | Annotate | Download | only in widget

Lines Matching refs:offsetY

941         final int offsetY = ((int) mSquareHeight - mBitmapHeight) / 2;
958 mArrowMatrix.setTranslate(leftX + offsetX, topY + offsetY); // transform to cell position
1005 int offsetY = (int) ((squareHeight - height) / 2f);
1011 mCircleMatrix.setTranslate(leftX + offsetX, topY + offsetY);