Searched refs:bottomRow (Results 1 – 1 of 1) sorted by relevance
49 private int bottomRow; field in ScrollPatternGenerator53 public ScrollPatternGenerator(int topRow, int bottomRow) { in ScrollPatternGenerator() argument55 this.bottomRow = bottomRow; in ScrollPatternGenerator()56 assert(topRow < bottomRow); in ScrollPatternGenerator()62 if (currentRow == bottomRow) {