OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
219
int
firstBottom
= xy[1] + first.getMeasuredHeight();
224
assertEquals("views are not bottom aligned",
firstBottom
, secondBottom);
238
int
firstBottom
= xy[1] + first.getMeasuredHeight();
243
assertEquals("views are not bottom aligned", Math.abs(
firstBottom
- secondBottom), margin);
Completed in 215 milliseconds