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

/frameworks/base/core/java/android/widget/
H A DGridView.java478 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
480 final View sel = makeRow(mStackFromBottom ? rowEnd : rowStart, topSelectionPixel, true);
733 int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
742 adjustForTopFadingEdge(referenceView, topSelectionPixel, bottomSelectionPixel);
743 adjustForBottomFadingEdge(referenceView, topSelectionPixel, bottomSelectionPixel);
788 int topSelectionPixel = childrenTop;
790 topSelectionPixel += fadingEdgeLength;
792 return topSelectionPixel;
800 * @param topSelectionPixel The topmost pixel we can draw the selection into
805 int topSelectionPixel, in
804 adjustForBottomFadingEdge(View childInSelectedRow, int topSelectionPixel, int bottomSelectionPixel) argument
833 adjustForTopFadingEdge(View childInSelectedRow, int topSelectionPixel, int bottomSelectionPixel) argument
[all...]

Completed in 28 milliseconds