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

/frameworks/base/core/java/android/widget/
H A DGridView.java491 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom,
493 final int offset = bottomSelectionPixel - referenceView.getBottom();
734 int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength,
742 adjustForTopFadingEdge(referenceView, topSelectionPixel, bottomSelectionPixel);
743 adjustForBottomFadingEdge(referenceView, topSelectionPixel, bottomSelectionPixel);
771 int bottomSelectionPixel = childrenBottom;
773 bottomSelectionPixel -= fadingEdgeLength;
775 return bottomSelectionPixel;
801 * @param bottomSelectionPixel The bottommost pixel we can draw the
805 int topSelectionPixel, int bottomSelectionPixel) {
804 adjustForBottomFadingEdge(View childInSelectedRow, int topSelectionPixel, int bottomSelectionPixel) argument
833 adjustForTopFadingEdge(View childInSelectedRow, int topSelectionPixel, int bottomSelectionPixel) argument
[all...]

Completed in 28 milliseconds