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.java214 int secondBottom = xy[1] + second.getMeasuredHeight(); in assertBottomAligned() local
216 assertEquals("views are not bottom aligned", firstBottom, secondBottom); in assertBottomAligned()
233 int secondBottom = xy[1] + second.getMeasuredHeight(); in assertBottomAligned() local
235 assertEquals("views are not bottom aligned", Math.abs(firstBottom - secondBottom), margin); in assertBottomAligned()