Searched refs:top6 (Results 1 – 1 of 1) sorted by relevance
3110 int top6 = mGridView.getLayoutManager().findViewByPosition(50).getTop(); in testSetSelectionWithDelta() local3111 assertEquals(top1 - 100, top6); in testSetSelectionWithDelta()3180 int top6 = getCenterY(mGridView.getLayoutManager().findViewByPosition(100)); in testSetSelectionWithDeltaInGrid() local3181 assertEquals(top1 - 100, top6); in testSetSelectionWithDeltaInGrid()3285 int top6 = getCenterY(mGridView.getLayoutManager().findViewByPosition(100)); in testSetSelectionWithDeltaInGrid1() local3286 assertEquals(top1 - 100, top6); in testSetSelectionWithDeltaInGrid1()