Home
last modified time | relevance | path

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

/frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
DGridWidgetTest.java3105 int top5 = mGridView.getLayoutManager().findViewByPosition(firstVisiblePos - 1).getTop(); in testSetSelectionWithDelta() local
3106 assertEquals(top1 - 100, top5); in testSetSelectionWithDelta()
3175 int top5 = getCenterY(mGridView.getLayoutManager().findViewByPosition(firstVisiblePos - 1)); in testSetSelectionWithDeltaInGrid() local
3176 assertEquals(top1 - 100, top5); in testSetSelectionWithDeltaInGrid()
3280 int top5 = getCenterY(mGridView.getLayoutManager().findViewByPosition(firstVisiblePos - 1)); in testSetSelectionWithDeltaInGrid1() local
3281 assertEquals(top1 - 100, top5); in testSetSelectionWithDeltaInGrid1()