Home
last modified time | relevance | path

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

/frameworks/base/test-runner/src/android/test/
DViewAsserts.java211 int firstBottom = xy[1] + first.getMeasuredHeight(); in assertBottomAligned() local
216 assertEquals("views are not bottom aligned", firstBottom, secondBottom); in assertBottomAligned()
230 int firstBottom = xy[1] + first.getMeasuredHeight(); in assertBottomAligned() local
235 assertEquals("views are not bottom aligned", Math.abs(firstBottom - secondBottom), margin); in assertBottomAligned()
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
DListLastItemPartiallyVisibleTest.java57 final int firstBottom = firstChild.getBottom(); in testMovingDownToFullyVisibleNoScroll() local
60 firstBottom, firstChild.getBottom()); in testMovingDownToFullyVisibleNoScroll()