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.java873 private View fillFromMiddle(int childrenTop, int childrenBottom) { in fillFromMiddle() argument
874 int height = childrenBottom - childrenTop; in fillFromMiddle()
929 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) { in fillFromSelection() argument
937 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength, in fillFromSelection()
990 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, in getBottomSelectionPixel() argument
992 int bottomSelectionPixel = childrenBottom; in getBottomSelectionPixel()
1054 int childrenBottom) { in moveSelection() argument
1106 int halfVerticalSpace = (childrenBottom - childrenTop) / 2; in moveSelection()
1167 int halfVerticalSpace = (childrenBottom - childrenTop) / 2; in moveSelection()
1660 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()