Home
last modified time | relevance | path

Searched defs:lastBottom (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
DGridView.java640 final int lastBottom = lastChild.getBottom(); in correctTooHigh() local
691 final int lastBottom = lastChild.getBottom(); in correctTooLow() local
DListView.java1547 final int lastBottom = lastChild.getBottom(); in correctTooHigh() local
1608 final int lastBottom = lastChild.getBottom(); in correctTooLow() local
DAbsListView.java2178 final int lastBottom = lastChild != null ? lastChild.getBottom() : listBottom; in onMeasure() local
5641 final int lastBottom = lastChild != null ? lastChild.getBottom() : listBottom; in handleDataChanged() local