Searched refs:skips (Results 1 – 2 of 2) sorted by relevance
2569 final int skips = 20; in testNonFocusableHorizontal() local2571 final int endPos = startPos + numColumns * (skips + 1); in testNonFocusableHorizontal()2584 for (int i = startPos + mNumRows, j = 0; j < skips; i += mNumRows, j++) { in testNonFocusableHorizontal()2816 final int skips = 20; in testNonFocusableVertical() local2818 final int endPos = startPos + numColumns * (skips + 1); in testNonFocusableVertical()2831 for (int i = startPos + mNumRows, j = 0; j < skips; i += mNumRows, j++) { in testNonFocusableVertical()
13 …rather than the exported symbols will be slightly more efficient since it skips the trampoline and…