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.java933 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength, in fillFromSelection() local
940 if (sel.getBottom() > bottomSelectionPixel) { in fillFromSelection()
947 final int spaceBelow = sel.getBottom() - bottomSelectionPixel; in fillFromSelection()
959 final int spaceBelow = bottomSelectionPixel - sel.getBottom(); in fillFromSelection()
988 int bottomSelectionPixel = childrenBottom; in getBottomSelectionPixel() local
990 bottomSelectionPixel -= fadingEdgeLength; in getBottomSelectionPixel()
992 return bottomSelectionPixel; in getBottomSelectionPixel()
1058 final int bottomSelectionPixel = getBottomSelectionPixel(childrenTop, fadingEdgeLength, in moveSelection() local
1093 if (sel.getBottom() > bottomSelectionPixel) { in moveSelection()
1099 int spaceBelow = sel.getBottom() - bottomSelectionPixel; in moveSelection()
[all …]