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

/frameworks/base/core/java/android/widget/
H A DGridView.java438 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
440 final View sel = makeRow(mStackFromBottom ? rowEnd : rowStart, topSelectionPixel, true);
693 int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
702 adjustForTopFadingEdge(referenceView, topSelectionPixel, bottomSelectionPixel);
703 adjustForBottomFadingEdge(referenceView, topSelectionPixel, bottomSelectionPixel);
748 int topSelectionPixel = childrenTop;
750 topSelectionPixel += fadingEdgeLength;
752 return topSelectionPixel;
760 * @param topSelectionPixel The topmost pixel we can draw the selection into
765 int topSelectionPixel, in
764 adjustForBottomFadingEdge(View childInSelectedRow, int topSelectionPixel, int bottomSelectionPixel) argument
793 adjustForTopFadingEdge(View childInSelectedRow, int topSelectionPixel, int bottomSelectionPixel) argument
[all...]

Completed in 86 milliseconds