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