Searched defs:bottomSelectionPixel (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DGridView.java447 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom,
449 final int offset = bottomSelectionPixel - referenceView.getBottom();
690 int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength,
698 adjustForTopFadingEdge(referenceView, topSelectionPixel, bottomSelectionPixel);
699 adjustForBottomFadingEdge(referenceView, topSelectionPixel, bottomSelectionPixel);
727 int bottomSelectionPixel = childrenBottom;
729 bottomSelectionPixel -= fadingEdgeLength;
731 return bottomSelectionPixel;
757 * @param bottomSelectionPixel The bottommost pixel we can draw the
761 int topSelectionPixel, int bottomSelectionPixel) {
760 adjustForBottomFadingEdge(View childInSelectedRow, int topSelectionPixel, int bottomSelectionPixel) argument
789 adjustForTopFadingEdge(View childInSelectedRow, int topSelectionPixel, int bottomSelectionPixel) argument
[all...]

Completed in 41 milliseconds