Searched refs:firstBottom (Results 1 – 2 of 2) sorted by relevance
211 int firstBottom = xy[1] + first.getMeasuredHeight(); in assertBottomAligned() local216 assertEquals("views are not bottom aligned", firstBottom, secondBottom); in assertBottomAligned()230 int firstBottom = xy[1] + first.getMeasuredHeight(); in assertBottomAligned() local235 assertEquals("views are not bottom aligned", Math.abs(firstBottom - secondBottom), margin); in assertBottomAligned()
57 final int firstBottom = firstChild.getBottom(); in testMovingDownToFullyVisibleNoScroll() local60 firstBottom, firstChild.getBottom()); in testMovingDownToFullyVisibleNoScroll()