Searched refs:lastCell (Results 1 – 1 of 1) sorted by relevance
752 final Cell lastCell = pattern.get(pattern.size() - 1); in detectAndAddHit() local753 int dRow = cell.row - lastCell.row; in detectAndAddHit()754 int dColumn = cell.column - lastCell.column; in detectAndAddHit()756 int fillInRow = lastCell.row; in detectAndAddHit()757 int fillInColumn = lastCell.column; in detectAndAddHit()760 fillInRow = lastCell.row + ((dRow > 0) ? 1 : -1); in detectAndAddHit()764 fillInColumn = lastCell.column + ((dColumn > 0) ? 1 : -1); in detectAndAddHit()1010 final Cell lastCell = pattern.get(patternSize - 1); in handleActionMove()1011 float lastCellCenterX = getCenterXForColumn(lastCell.column); in handleActionMove()1012 float lastCellCenterY = getCenterYForRow(lastCell.row); in handleActionMove()