Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DGridView.java416 private View fillSelection(int childrenTop, int childrenBottom) { in fillSelection() argument
434 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart); in fillSelection()
452 pinToTop(childrenTop); in fillSelection()
460 private void pinToTop(int childrenTop) { in pinToTop() argument
463 final int offset = childrenTop - top; in pinToTop()
668 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) { in fillFromSelection() argument
689 int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart); in fillFromSelection()
742 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int rowStart) { in getTopSelectionPixel() argument
744 int topSelectionPixel = childrenTop; in getTopSelectionPixel()
840 private View moveSelection(int delta, int childrenTop, int childrenBottom) { in moveSelection() argument
[all …]
DListView.java746 private View fillFromMiddle(int childrenTop, int childrenBottom) { in fillFromMiddle() argument
747 int height = childrenBottom - childrenTop; in fillFromMiddle()
751 View sel = makeAndAddView(position, childrenTop, true, in fillFromMiddle()
802 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) { in fillFromSelection() argument
808 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, in fillFromSelection()
880 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int selectedPosition) { in getTopSelectionPixel() argument
882 int topSelectionPixel = childrenTop; in getTopSelectionPixel()
926 private View moveSelection(View oldSel, View newSel, int delta, int childrenTop, in moveSelection() argument
933 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, in moveSelection()
935 final int bottomSelectionPixel = getBottomSelectionPixel(childrenTop, fadingEdgeLength, in moveSelection()
[all …]
DAbsListView.java4697 int childrenTop = mListPadding.top; in resurrectSelection() local
4711 if (selectedTop < childrenTop) { in resurrectSelection()
4712 selectedTop = childrenTop + getVerticalFadingEdgeLength(); in resurrectSelection()
4729 if (firstPosition > 0 || top < childrenTop) { in resurrectSelection()
4732 childrenTop += getVerticalFadingEdgeLength(); in resurrectSelection()
4735 if (top >= childrenTop) { in resurrectSelection()