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

/frameworks/base/core/java/android/widget/
H A DGridView.java451 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom,
453 final int offset = bottomSelectionPixel - referenceView.getBottom();
694 int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength,
702 adjustForTopFadingEdge(referenceView, topSelectionPixel, bottomSelectionPixel);
703 adjustForBottomFadingEdge(referenceView, topSelectionPixel, bottomSelectionPixel);
731 int bottomSelectionPixel = childrenBottom;
733 bottomSelectionPixel -= fadingEdgeLength;
735 return bottomSelectionPixel;
761 * @param bottomSelectionPixel The bottommost pixel we can draw the
765 int topSelectionPixel, int bottomSelectionPixel) {
764 adjustForBottomFadingEdge(View childInSelectedRow, int topSelectionPixel, int bottomSelectionPixel) argument
793 adjustForTopFadingEdge(View childInSelectedRow, int topSelectionPixel, int bottomSelectionPixel) argument
[all...]

Completed in 102 milliseconds