Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DGridView.java621 final int lastBottom = lastChild.getBottom(); in correctTooHigh() local
672 final int lastBottom = lastChild.getBottom(); in correctTooLow() local
DListView.java1454 final int lastBottom = lastChild.getBottom(); in correctTooHigh() local
1514 final int lastBottom = lastChild.getBottom(); in correctTooLow() local
DAbsListView.java2137 final int lastBottom = lastChild != null ? lastChild.getBottom() : listBottom; in onMeasure() local
5515 final int lastBottom = lastChild != null ? lastChild.getBottom() : listBottom; in handleDataChanged() local