HomeSort by relevance Sort by last modified time
    Searched refs:topSelectionPixel (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/widget/
GridView.java 438 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, int bottomSelectionPixel)
    [all...]
ListView.java 809 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength,
821 final int spaceAbove = sel.getTop() - topSelectionPixel;
830 } else if (sel.getTop() < topSelectionPixel) {
833 final int spaceAbove = topSelectionPixel - sel.getTop();
883 int topSelectionPixel = childrenTop;
885 topSelectionPixel += fadingEdgeLength;
887 return topSelectionPixel;
    [all...]

Completed in 37 milliseconds