Home
last modified time | relevance | path

Searched refs: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
647 int bottomOffset = end - lastBottom; in correctTooHigh()
692 final int lastBottom = lastChild.getBottom(); in correctTooLow() local
697 if (topOffset > 0 && (lastPosition < mItemCount - 1 || lastBottom > end)) { in correctTooLow()
700 topOffset = Math.min(topOffset, lastBottom - end); in correctTooLow()
H A DAbsListView.java2239 final int lastBottom = lastChild != null ? lastChild.getBottom() : listBottom; in onMeasure() local
2241 lastBottom <= listBottom; in onMeasure()
5398 final int lastBottom = getChildAt(childCount - 1).getBottom();
5400 return lastPosition < mItemCount || lastBottom > getHeight() - listPadding.bottom;
5423 final int lastBottom = getChildAt(childCount - 1).getBottom();
5440 final int spaceBelow = lastBottom - end;
5464 mLastPositionDistanceGuess = lastBottom + listPadding.bottom;
5472 lastBottom <= getHeight() - listPadding.bottom && incrementalDeltaY <= 0);
5890 final int lastBottom = lastChild != null ? lastChild.getBottom() : listBottom; in handleDataChanged() local
5892 lastBottom <= listBottom) { in handleDataChanged()
H A DListView.java1545 final int lastBottom = lastChild.getBottom(); in correctTooHigh() local
1552 int bottomOffset = end - lastBottom; in correctTooHigh()
1606 final int lastBottom = lastChild.getBottom(); in correctTooLow() local
1612 if (lastPosition < mItemCount - 1 || lastBottom > end) { in correctTooLow()
1615 topOffset = Math.min(topOffset, lastBottom - end); in correctTooLow()