Searched refs:secondBottom (Results 1 – 1 of 1) sorted by relevance
222 int secondBottom = xy[1] + second.getMeasuredHeight(); in assertBottomAligned() local224 assertEquals("views are not bottom aligned", firstBottom, secondBottom); in assertBottomAligned()241 int secondBottom = xy[1] + second.getMeasuredHeight(); in assertBottomAligned() local243 assertEquals("views are not bottom aligned", Math.abs(firstBottom - secondBottom), margin); in assertBottomAligned()