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

/frameworks/base/core/java/android/widget/
H A DGridView.java452 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
454 final View sel = makeRow(mStackFromBottom ? rowEnd : rowStart, topSelectionPixel, true);
707 int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
716 adjustForTopFadingEdge(referenceView, topSelectionPixel, bottomSelectionPixel);
717 adjustForBottomFadingEdge(referenceView, topSelectionPixel, bottomSelectionPixel);
762 int topSelectionPixel = childrenTop;
764 topSelectionPixel += fadingEdgeLength;
766 return topSelectionPixel;
774 * @param topSelectionPixel The topmost pixel we can draw the selection into
779 int topSelectionPixel, in
778 adjustForBottomFadingEdge(View childInSelectedRow, int topSelectionPixel, int bottomSelectionPixel) argument
807 adjustForTopFadingEdge(View childInSelectedRow, int topSelectionPixel, int bottomSelectionPixel) argument
[all...]

Completed in 22 milliseconds