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 451 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom,
453 final int offset = bottomSelectionPixel - referenceView.getBottom();
694 int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength,
702 adjustForTopFadingEdge(referenceView, topSelectionPixel, bottomSelectionPixel);
703 adjustForBottomFadingEdge(referenceView, topSelectionPixel, bottomSelectionPixel);
731 int bottomSelectionPixel = childrenBottom;
733 bottomSelectionPixel -= fadingEdgeLength;
735 return bottomSelectionPixel;
761 * @param bottomSelectionPixel The bottommost pixel we can draw the
765 int topSelectionPixel, int bottomSelectionPixel) {
    [all...]
ListView.java 811 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength,
818 if (sel.getBottom() > bottomSelectionPixel) {
825 final int spaceBelow = sel.getBottom() - bottomSelectionPixel;
837 final int spaceBelow = bottomSelectionPixel - sel.getBottom();
866 int bottomSelectionPixel = childrenBottom;
868 bottomSelectionPixel -= fadingEdgeLength;
870 return bottomSelectionPixel;
    [all...]

Completed in 164 milliseconds