Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DGridView.java455 private View fillSelection(int childrenTop, int childrenBottom) { in fillSelection() argument
482 pinToBottom(childrenBottom); in fillSelection()
486 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, in fillSelection()
509 private void pinToBottom(int childrenBottom) { in pinToBottom() argument
513 final int offset = childrenBottom - bottom; in pinToBottom()
707 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) { in fillFromSelection() argument
729 int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength, in fillFromSelection()
763 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, in getBottomSelectionPixel() argument
766 int bottomSelectionPixel = childrenBottom; in getBottomSelectionPixel()
879 private View moveSelection(int delta, int childrenTop, int childrenBottom) { in moveSelection() argument
[all …]
DListView.java861 private View fillFromMiddle(int childrenTop, int childrenBottom) { in fillFromMiddle() argument
862 int height = childrenBottom - childrenTop; in fillFromMiddle()
917 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) { in fillFromSelection() argument
925 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength, in fillFromSelection()
978 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, in getBottomSelectionPixel() argument
980 int bottomSelectionPixel = childrenBottom; in getBottomSelectionPixel()
1042 int childrenBottom) { in moveSelection() argument
1094 int halfVerticalSpace = (childrenBottom - childrenTop) / 2; in moveSelection()
1155 int halfVerticalSpace = (childrenBottom - childrenTop) / 2; in moveSelection()
1644 final int childrenBottom = mBottom - mTop - mListPadding.bottom; in layoutChildren() local
[all …]
DAbsListView.java5377 int childrenBottom = mBottom - mTop - mListPadding.bottom; in resurrectSelection() local
5392 } else if (selectedBottom > childrenBottom) { in resurrectSelection()
5393 selectedTop = childrenBottom - selected.getMeasuredHeight() in resurrectSelection()
5433 if (firstPosition + childCount < itemCount || bottom > childrenBottom) { in resurrectSelection()
5434 childrenBottom -= getVerticalFadingEdgeLength(); in resurrectSelection()
5438 if (bottom <= childrenBottom) { in resurrectSelection()