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 452 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, int bottomSelectionPixel)
    [all...]
ListView.java 828 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength,
840 final int spaceAbove = sel.getTop() - topSelectionPixel;
849 } else if (sel.getTop() < topSelectionPixel) {
852 final int spaceAbove = topSelectionPixel - sel.getTop();
902 int topSelectionPixel = childrenTop;
904 topSelectionPixel += fadingEdgeLength;
    [all...]

Completed in 128 milliseconds