Searched refs:firstBottom (Results 1 – 2 of 2) sorted by relevance
58 final int firstBottom = firstChild.getBottom(); in testMovingDownToFullyVisibleNoScroll() local61 firstBottom, firstChild.getBottom()); in testMovingDownToFullyVisibleNoScroll()
219 int firstBottom = xy[1] + first.getMeasuredHeight(); in assertBottomAligned() local224 assertEquals("views are not bottom aligned", firstBottom, secondBottom); in assertBottomAligned()238 int firstBottom = xy[1] + first.getMeasuredHeight(); in assertBottomAligned() local243 assertEquals("views are not bottom aligned", Math.abs(firstBottom - secondBottom), margin); in assertBottomAligned()