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 468 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
470 final View sel = makeRow(mStackFromBottom ? rowEnd : rowStart, topSelectionPixel, true);
723 int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
732 adjustForTopFadingEdge(referenceView, topSelectionPixel, bottomSelectionPixel);
733 adjustForBottomFadingEdge(referenceView, topSelectionPixel, bottomSelectionPixel);
778 int topSelectionPixel = childrenTop;
780 topSelectionPixel += fadingEdgeLength;
782 return topSelectionPixel;
790 * @param topSelectionPixel The topmost pixel we can draw the selection into
795 int topSelectionPixel, int bottomSelectionPixel)
    [all...]
ListView.java 835 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength,
847 final int spaceAbove = sel.getTop() - topSelectionPixel;
856 } else if (sel.getTop() < topSelectionPixel) {
859 final int spaceAbove = topSelectionPixel - sel.getTop();
    [all...]

Completed in 47 milliseconds