Searched refs:lastCell (Results 1 – 1 of 1) sorted by relevance
737 final Cell lastCell = pattern.get(pattern.size() - 1); in detectAndAddHit() local738 int dRow = cell.row - lastCell.row; in detectAndAddHit()739 int dColumn = cell.column - lastCell.column; in detectAndAddHit()741 int fillInRow = lastCell.row; in detectAndAddHit()742 int fillInColumn = lastCell.column; in detectAndAddHit()745 fillInRow = lastCell.row + ((dRow > 0) ? 1 : -1); in detectAndAddHit()749 fillInColumn = lastCell.column + ((dColumn > 0) ? 1 : -1); in detectAndAddHit()984 final Cell lastCell = pattern.get(patternSize - 1); in handleActionMove()985 float lastCellCenterX = getCenterXForColumn(lastCell.column); in handleActionMove()986 float lastCellCenterY = getCenterYForRow(lastCell.row); in handleActionMove()