Home
last modified time | relevance | path

Searched refs:childrenTop (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
492 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart); in fillSelection()
510 pinToTop(childrenTop); in fillSelection()
518 private void pinToTop(int childrenTop) { in pinToTop() argument
521 final int offset = childrenTop - top; in pinToTop()
726 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) { in fillFromSelection() argument
747 int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart); in fillFromSelection()
800 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int rowStart) { in getTopSelectionPixel() argument
802 int topSelectionPixel = childrenTop; in getTopSelectionPixel()
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()
874 View sel = makeAndAddView(position, childrenTop, true, in fillFromMiddle()
925 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) { in fillFromSelection() argument
931 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, in fillFromSelection()
1003 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int selectedPosition) { in getTopSelectionPixel() argument
1005 int topSelectionPixel = childrenTop; in getTopSelectionPixel()
1049 private View moveSelection(View oldSel, View newSel, int delta, int childrenTop, in moveSelection() argument
1056 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, in moveSelection()
1058 final int bottomSelectionPixel = getBottomSelectionPixel(childrenTop, fadingEdgeLength, in moveSelection()
[all …]
DAbsListView.java5468 int childrenTop = mListPadding.top; in resurrectSelection() local
5482 if (selectedTop < childrenTop) { in resurrectSelection()
5483 selectedTop = childrenTop + getVerticalFadingEdgeLength(); in resurrectSelection()
5500 if (firstPosition > 0 || top < childrenTop) { in resurrectSelection()
5503 childrenTop += getVerticalFadingEdgeLength(); in resurrectSelection()
5506 if (top >= childrenTop) { in resurrectSelection()