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

  /frameworks/base/core/java/android/widget/
GridView.java 491 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom,
493 final int offset = bottomSelectionPixel - referenceView.getBottom();
734 int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength,
742 adjustForTopFadingEdge(referenceView, topSelectionPixel, bottomSelectionPixel);
743 adjustForBottomFadingEdge(referenceView, topSelectionPixel, bottomSelectionPixel);
771 int bottomSelectionPixel = childrenBottom;
773 bottomSelectionPixel -= fadingEdgeLength;
775 return bottomSelectionPixel;
801 * @param bottomSelectionPixel The bottommost pixel we can draw the
805 int topSelectionPixel, int bottomSelectionPixel) {
    [all...]
ListView.java     [all...]

Completed in 95 milliseconds