Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DGridView.java582 final int lastBottom = lastChild.getBottom(); in correctTooHigh() local
588 int bottomOffset = end - lastBottom; in correctTooHigh()
633 final int lastBottom = lastChild.getBottom(); in correctTooLow() local
638 if (topOffset > 0 && (lastPosition < mItemCount - 1 || lastBottom > end)) { in correctTooLow()
641 topOffset = Math.min(topOffset, lastBottom - end); in correctTooLow()
DAbsListView.java1837 final int lastBottom = lastChild != null ? lastChild.getBottom() : listBottom; in onMeasure() local
1839 lastBottom <= listBottom; in onMeasure()
4412 final int lastBottom = getChildAt(childCount - 1).getBottom();
4429 final int spaceBelow = lastBottom - end;
4453 mLastPositionDistanceGuess = lastBottom + listPadding.bottom;
4461 lastBottom <= getHeight() - listPadding.bottom && incrementalDeltaY <= 0);
4866 final int lastBottom = lastChild != null ? lastChild.getBottom() : listBottom; in handleDataChanged() local
4868 lastBottom <= listBottom) { in handleDataChanged()
DListView.java1372 final int lastBottom = lastChild.getBottom(); in correctTooHigh() local
1379 int bottomOffset = end - lastBottom; in correctTooHigh()
1432 final int lastBottom = lastChild.getBottom(); in correctTooLow() local
1438 if (lastPosition < mItemCount - 1 || lastBottom > end) { in correctTooLow()
1441 topOffset = Math.min(topOffset, lastBottom - end); in correctTooLow()