Home
last modified time | relevance | path

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

/frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
DGridWidgetTest.java3091 int top3 = mGridView.getLayoutManager().findViewByPosition(3).getTop(); in testSetSelectionWithDelta() local
3092 assertEquals(top1, top3); in testSetSelectionWithDelta()
3160 int top3 = getCenterY(mGridView.getLayoutManager().findViewByPosition(20)); in testSetSelectionWithDeltaInGrid() local
3161 assertEquals(top1, top3); in testSetSelectionWithDeltaInGrid()
3265 int top3 = getCenterY(mGridView.getLayoutManager().findViewByPosition(20)); in testSetSelectionWithDeltaInGrid1() local
3266 assertEquals(top1, top3); in testSetSelectionWithDeltaInGrid1()