Home | History | Annotate | Download | only in widget

Lines Matching refs:topY

925             float topY = paddingTop + i * squareHeight;
929 drawCircle(canvas, (int) leftX, (int) topY, drawLookup[i][j]);
956 float topY = paddingTop + cell.row * squareHeight;
958 drawArrow(canvas, leftX, topY, cell, next);
995 private void drawArrow(Canvas canvas, float leftX, float topY, Cell start, Cell end) {
1022 mArrowMatrix.setTranslate(leftX + offsetX, topY + offsetY); // transform to cell position
1034 * @param topY
1037 private void drawCircle(Canvas canvas, int leftX, int topY, boolean partOfPattern) {
1075 mCircleMatrix.setTranslate(leftX + offsetX, topY + offsetY);