Home
last modified time | relevance | path

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

/frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
DGridWidgetTest.java3110 int top6 = mGridView.getLayoutManager().findViewByPosition(50).getTop(); in testSetSelectionWithDelta() local
3111 assertEquals(top1 - 100, top6); in testSetSelectionWithDelta()
3180 int top6 = getCenterY(mGridView.getLayoutManager().findViewByPosition(100)); in testSetSelectionWithDeltaInGrid() local
3181 assertEquals(top1 - 100, top6); in testSetSelectionWithDeltaInGrid()
3285 int top6 = getCenterY(mGridView.getLayoutManager().findViewByPosition(100)); in testSetSelectionWithDeltaInGrid1() local
3286 assertEquals(top1 - 100, top6); in testSetSelectionWithDeltaInGrid1()