Home | History | Annotate | Download | only in widget

Lines Matching refs:topY

861             float topY = paddingTop + i * squareHeight;
865 drawCircle(canvas, (int) leftX, (int) topY, drawLookup[i][j]);
892 float topY = paddingTop + cell.row * squareHeight;
894 drawArrow(canvas, leftX, topY, cell, next);
931 private void drawArrow(Canvas canvas, float leftX, float topY, Cell start, Cell end) {
958 mArrowMatrix.setTranslate(leftX + offsetX, topY + offsetY); // transform to cell position
970 * @param topY
973 private void drawCircle(Canvas canvas, int leftX, int topY, boolean partOfPattern) {
1011 mCircleMatrix.setTranslate(leftX + offsetX, topY + offsetY);