Home
last modified time | relevance | path

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

/frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
DGridWidgetTest.java3126 int top8 = mGridView.getLayoutManager().findViewByPosition(10).getTop(); in testSetSelectionWithDelta() local
3127 assertEquals(top1 - 50, top8); in testSetSelectionWithDelta()
3197 int top8 = getCenterY(mGridView.getLayoutManager().findViewByPosition(10)); in testSetSelectionWithDeltaInGrid() local
3198 assertEquals(top1 - 50, top8); in testSetSelectionWithDeltaInGrid()
3302 int top8 = getCenterY(mGridView.getLayoutManager().findViewByPosition(10)); in testSetSelectionWithDeltaInGrid1() local
3303 assertEquals(top1 - 50, top8); in testSetSelectionWithDeltaInGrid1()