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 478 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, int bottomSelectionPixel)
    [all...]
ListView.java     [all...]

Completed in 142 milliseconds