Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DGridView.java474 private View fillSelection(int childrenTop, int childrenBottom) { in fillSelection() argument
501 pinToBottom(childrenBottom); in fillSelection()
505 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, in fillSelection()
528 private void pinToBottom(int childrenBottom) { in pinToBottom() argument
532 final int offset = childrenBottom - bottom; in pinToBottom()
726 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) { in fillFromSelection() argument
748 int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength, in fillFromSelection()
782 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, in getBottomSelectionPixel() argument
785 int bottomSelectionPixel = childrenBottom; in getBottomSelectionPixel()
898 private View moveSelection(int delta, int childrenTop, int childrenBottom) { in moveSelection() argument
[all …]
DListView.java869 private View fillFromMiddle(int childrenTop, int childrenBottom) { in fillFromMiddle() argument
870 int height = childrenBottom - childrenTop; in fillFromMiddle()
925 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) { in fillFromSelection() argument
933 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength, in fillFromSelection()
986 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, in getBottomSelectionPixel() argument
988 int bottomSelectionPixel = childrenBottom; in getBottomSelectionPixel()
1050 int childrenBottom) { in moveSelection() argument
1102 int halfVerticalSpace = (childrenBottom - childrenTop) / 2; in moveSelection()
1163 int halfVerticalSpace = (childrenBottom - childrenTop) / 2; in moveSelection()
1656 final int childrenBottom = mBottom - mTop - mListPadding.bottom; in layoutChildren() local
[all …]
DAbsListView.java5469 int childrenBottom = mBottom - mTop - mListPadding.bottom; in resurrectSelection() local
5484 } else if (selectedBottom > childrenBottom) { in resurrectSelection()
5485 selectedTop = childrenBottom - selected.getMeasuredHeight() in resurrectSelection()
5525 if (firstPosition + childCount < itemCount || bottom > childrenBottom) { in resurrectSelection()
5526 childrenBottom -= getVerticalFadingEdgeLength(); in resurrectSelection()
5530 if (bottom <= childrenBottom) { in resurrectSelection()