Searched refs:lastCell (Results 1 – 1 of 1) sorted by relevance
739 final Cell lastCell = pattern.get(pattern.size() - 1); in detectAndAddHit() local740 int dRow = cell.row - lastCell.row; in detectAndAddHit()741 int dColumn = cell.column - lastCell.column; in detectAndAddHit()743 int fillInRow = lastCell.row; in detectAndAddHit()744 int fillInColumn = lastCell.column; in detectAndAddHit()747 fillInRow = lastCell.row + ((dRow > 0) ? 1 : -1); in detectAndAddHit()751 fillInColumn = lastCell.column + ((dColumn > 0) ? 1 : -1); in detectAndAddHit()986 final Cell lastCell = pattern.get(patternSize - 1); in handleActionMove()987 float lastCellCenterX = getCenterXForColumn(lastCell.column); in handleActionMove()988 float lastCellCenterY = getCenterYForRow(lastCell.row); in handleActionMove()