Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DGridView.java641 final int lastBottom = lastChild.getBottom(); in correctTooHigh() local
692 final int lastBottom = lastChild.getBottom(); in correctTooLow() local
H A DListView.java1545 final int lastBottom = lastChild.getBottom(); in correctTooHigh() local
1606 final int lastBottom = lastChild.getBottom(); in correctTooLow() local
H A DAbsListView.java2239 final int lastBottom = lastChild != null ? lastChild.getBottom() : listBottom; in onMeasure() local
5890 final int lastBottom = lastChild != null ? lastChild.getBottom() : listBottom; in handleDataChanged() local