Home
last modified time | relevance | path

Searched refs:bottomSelectionPixel (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
DGridView.java505 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, in fillSelection() local
507 final int offset = bottomSelectionPixel - referenceView.getBottom(); in fillSelection()
748 int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength, in fillFromSelection() local
756 adjustForTopFadingEdge(referenceView, topSelectionPixel, bottomSelectionPixel); in fillFromSelection()
757 adjustForBottomFadingEdge(referenceView, topSelectionPixel, bottomSelectionPixel); in fillFromSelection()
785 int bottomSelectionPixel = childrenBottom; in getBottomSelectionPixel() local
787 bottomSelectionPixel -= fadingEdgeLength; in getBottomSelectionPixel()
789 return bottomSelectionPixel; in getBottomSelectionPixel()
819 int topSelectionPixel, int bottomSelectionPixel) { in adjustForBottomFadingEdge() argument
822 if (childInSelectedRow.getBottom() > bottomSelectionPixel) { in adjustForBottomFadingEdge()
[all …]
DListView.java937 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength, in fillFromSelection() local
944 if (sel.getBottom() > bottomSelectionPixel) { in fillFromSelection()
951 final int spaceBelow = sel.getBottom() - bottomSelectionPixel; in fillFromSelection()
963 final int spaceBelow = bottomSelectionPixel - sel.getBottom(); in fillFromSelection()
992 int bottomSelectionPixel = childrenBottom; in getBottomSelectionPixel() local
994 bottomSelectionPixel -= fadingEdgeLength; in getBottomSelectionPixel()
996 return bottomSelectionPixel; in getBottomSelectionPixel()
1062 final int bottomSelectionPixel = getBottomSelectionPixel(childrenTop, fadingEdgeLength, in moveSelection() local
1097 if (sel.getBottom() > bottomSelectionPixel) { in moveSelection()
1103 int spaceBelow = sel.getBottom() - bottomSelectionPixel; in moveSelection()
[all …]