Searched refs:childrenBottom (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DGridView.java430 private View fillSelection(int childrenTop, int childrenBottom) { argument
457 pinToBottom(childrenBottom);
461 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom,
484 private void pinToBottom(int childrenBottom) { argument
488 final int offset = childrenBottom - bottom;
679 * @param childrenBottom Last pixel where children can be drawn
682 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) { argument
704 int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength,
732 * @param childrenBottom Bottom pixel were children can be drawn
738 private int getBottomSelectionPixel(int childrenBottom, in argument
854 moveSelection(int delta, int childrenTop, int childrenBottom) argument
[all...]
H A DListView.java745 * @param childrenBottom Bottom of the area in which children can be drawn,
749 private View fillFromMiddle(int childrenTop, int childrenBottom) { argument
750 int height = childrenBottom - childrenTop;
802 * @param childrenBottom Last pixel where children can be drawn
805 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) { argument
813 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength,
861 * @param childrenBottom Bottom pixel were children can be drawn
866 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, argument
868 int bottomSelectionPixel = childrenBottom;
926 * @param childrenBottom Las
929 moveSelection(View oldSel, View newSel, int delta, int childrenTop, int childrenBottom) argument
[all...]
H A DAbsListView.java5081 int childrenBottom = mBottom - mTop - mListPadding.bottom;
5096 } else if (selectedBottom > childrenBottom) {
5097 selectedTop = childrenBottom - selected.getMeasuredHeight()
5137 if (firstPosition + childCount < itemCount || bottom > childrenBottom) {
5138 childrenBottom -= getVerticalFadingEdgeLength();
5142 if (bottom <= childrenBottom) {

Completed in 68 milliseconds