Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DGridView.java640 final int lastBottom = lastChild.getBottom(); in correctTooHigh() local
646 int bottomOffset = end - lastBottom; in correctTooHigh()
691 final int lastBottom = lastChild.getBottom(); in correctTooLow() local
696 if (topOffset > 0 && (lastPosition < mItemCount - 1 || lastBottom > end)) { in correctTooLow()
699 topOffset = Math.min(topOffset, lastBottom - end); in correctTooLow()
DAbsListView.java2178 final int lastBottom = lastChild != null ? lastChild.getBottom() : listBottom; in onMeasure() local
2180 lastBottom <= listBottom; in onMeasure()
5152 final int lastBottom = getChildAt(childCount - 1).getBottom();
5154 return lastPosition < mItemCount || lastBottom > getHeight() - listPadding.bottom;
5177 final int lastBottom = getChildAt(childCount - 1).getBottom();
5194 final int spaceBelow = lastBottom - end;
5218 mLastPositionDistanceGuess = lastBottom + listPadding.bottom;
5226 lastBottom <= getHeight() - listPadding.bottom && incrementalDeltaY <= 0);
5641 final int lastBottom = lastChild != null ? lastChild.getBottom() : listBottom; in handleDataChanged() local
5643 lastBottom <= listBottom) { in handleDataChanged()
DListView.java1547 final int lastBottom = lastChild.getBottom(); in correctTooHigh() local
1554 int bottomOffset = end - lastBottom; in correctTooHigh()
1608 final int lastBottom = lastChild.getBottom(); in correctTooLow() local
1614 if (lastPosition < mItemCount - 1 || lastBottom > end) { in correctTooLow()
1617 topOffset = Math.min(topOffset, lastBottom - end); in correctTooLow()