Home
last modified time | relevance | path

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

/frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
DGridWidgetTest.java2569 final int skips = 20; in testNonFocusableHorizontal() local
2571 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() local
2818 final int endPos = startPos + numColumns * (skips + 1); in testNonFocusableVertical()
2831 for (int i = startPos + mNumRows, j = 0; j < skips; i += mNumRows, j++) { in testNonFocusableVertical()
/frameworks/native/vulkan/doc/implementors_guide/
Dimplementors_guide.adoc13 …rather than the exported symbols will be slightly more efficient since it skips the trampoline and…