Home
last modified time | relevance | path

Searched refs:currentRow (Results 1 – 1 of 1) sorted by relevance

/cts/tests/leanbackjank/app/src/android/leanbackjank/app/ui/
DMainFragment.java47 private int currentRow; field in ScrollPatternGenerator
58 currentRow = topRow; in ScrollPatternGenerator()
62 if (currentRow == bottomRow) {
64 } else if (currentRow == topRow) {
68 currentRow++;
70 currentRow--;
72 return currentRow;