Searched refs:topRow (Results 1 – 1 of 1) sorted by relevance
48 private int topRow; field in ScrollPatternGenerator53 public ScrollPatternGenerator(int topRow, int bottomRow) { in ScrollPatternGenerator() argument54 this.topRow = topRow; in ScrollPatternGenerator()56 assert(topRow < bottomRow); in ScrollPatternGenerator()58 currentRow = topRow; in ScrollPatternGenerator()64 } else if (currentRow == topRow) {