HomeSort by relevance Sort by last modified time
    Searched refs:firstBottom (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListLastItemPartiallyVisibleTest.java 57 final int firstBottom = firstChild.getBottom();
60 firstBottom, firstChild.getBottom());
  /frameworks/base/test-runner/src/android/test/
ViewAsserts.java 211 int firstBottom = xy[1] + first.getMeasuredHeight();
216 assertEquals("views are not bottom aligned", firstBottom, secondBottom);
230 int firstBottom = xy[1] + first.getMeasuredHeight();
235 assertEquals("views are not bottom aligned", Math.abs(firstBottom - secondBottom), margin);

Completed in 31 milliseconds