Searched refs:top2 (Results 1 – 2 of 2) sorted by relevance
145 ArgumentCaptor<Integer> top2 = ArgumentCaptor.forClass(Integer.class); in testMeasureLayout_CallsLayoutOnTilesWithNeighboredBounds() local149 .layout(left2.capture(), top2.capture(), right2.capture(), bottom2.capture()); in testMeasureLayout_CallsLayoutOnTilesWithNeighboredBounds()158 assertTrue(top2.getValue() <= bottom2.getValue()); in testMeasureLayout_CallsLayoutOnTilesWithNeighboredBounds()165 assertEquals(top1.getValue().intValue(), top2.getValue().intValue()); in testMeasureLayout_CallsLayoutOnTilesWithNeighboredBounds()
3086 int top2 = mGridView.getLayoutManager().findViewByPosition(3).getTop(); in testSetSelectionWithDelta() local3087 assertEquals(top1 - 100, top2); in testSetSelectionWithDelta()3155 int top2 = getCenterY(mGridView.getLayoutManager().findViewByPosition(20)); in testSetSelectionWithDeltaInGrid() local3156 assertEquals(top1 - 100, top2); in testSetSelectionWithDeltaInGrid()3260 int top2 = getCenterY(mGridView.getLayoutManager().findViewByPosition(20)); in testSetSelectionWithDeltaInGrid1() local3261 assertEquals(top1 - 100, top2); in testSetSelectionWithDeltaInGrid1()