Home
last modified time | relevance | path

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

/frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
DGridWidgetTest.java3121 int top7 = mGridView.getLayoutManager().findViewByPosition(100).getTop(); in testSetSelectionWithDelta() local
3122 assertEquals(top1, top7); in testSetSelectionWithDelta()
3192 int top7 = getCenterY(mGridView.getLayoutManager().findViewByPosition(200)); in testSetSelectionWithDeltaInGrid() local
3193 assertEquals(top1, top7); in testSetSelectionWithDeltaInGrid()
3297 int top7 = getCenterY(mGridView.getLayoutManager().findViewByPosition(200)); in testSetSelectionWithDeltaInGrid1() local
3298 assertEquals(top1, top7); in testSetSelectionWithDeltaInGrid1()