Searched refs:top3 (Results 1 – 1 of 1) sorted by relevance
3091 int top3 = mGridView.getLayoutManager().findViewByPosition(3).getTop(); in testSetSelectionWithDelta() local3092 assertEquals(top1, top3); in testSetSelectionWithDelta()3160 int top3 = getCenterY(mGridView.getLayoutManager().findViewByPosition(20)); in testSetSelectionWithDeltaInGrid() local3161 assertEquals(top1, top3); in testSetSelectionWithDeltaInGrid()3265 int top3 = getCenterY(mGridView.getLayoutManager().findViewByPosition(20)); in testSetSelectionWithDeltaInGrid1() local3266 assertEquals(top1, top3); in testSetSelectionWithDeltaInGrid1()