Home
last modified time | relevance | path

Searched refs:secondBottom (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/test-runner/src/android/test/
DViewAsserts.java222 int secondBottom = xy[1] + second.getMeasuredHeight(); in assertBottomAligned() local
224 assertEquals("views are not bottom aligned", firstBottom, secondBottom); in assertBottomAligned()
241 int secondBottom = xy[1] + second.getMeasuredHeight(); in assertBottomAligned() local
243 assertEquals("views are not bottom aligned", Math.abs(firstBottom - secondBottom), margin); in assertBottomAligned()