Searched refs:top8 (Results 1 – 1 of 1) sorted by relevance
3126 int top8 = mGridView.getLayoutManager().findViewByPosition(10).getTop(); in testSetSelectionWithDelta() local3127 assertEquals(top1 - 50, top8); in testSetSelectionWithDelta()3197 int top8 = getCenterY(mGridView.getLayoutManager().findViewByPosition(10)); in testSetSelectionWithDeltaInGrid() local3198 assertEquals(top1 - 50, top8); in testSetSelectionWithDeltaInGrid()3302 int top8 = getCenterY(mGridView.getLayoutManager().findViewByPosition(10)); in testSetSelectionWithDeltaInGrid1() local3303 assertEquals(top1 - 50, top8); in testSetSelectionWithDeltaInGrid1()