Home
last modified time | relevance | path

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

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