Searched refs:top7 (Results 1 – 1 of 1) sorted by relevance
3121 int top7 = mGridView.getLayoutManager().findViewByPosition(100).getTop(); in testSetSelectionWithDelta() local3122 assertEquals(top1, top7); in testSetSelectionWithDelta()3192 int top7 = getCenterY(mGridView.getLayoutManager().findViewByPosition(200)); in testSetSelectionWithDeltaInGrid() local3193 assertEquals(top1, top7); in testSetSelectionWithDeltaInGrid()3297 int top7 = getCenterY(mGridView.getLayoutManager().findViewByPosition(200)); in testSetSelectionWithDeltaInGrid1() local3298 assertEquals(top1, top7); in testSetSelectionWithDeltaInGrid1()