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 461 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom,
463 final int offset = bottomSelectionPixel - referenceView.getBottom();
704 int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength,
712 adjustForTopFadingEdge(referenceView, topSelectionPixel, bottomSelectionPixel);
713 adjustForBottomFadingEdge(referenceView, topSelectionPixel, bottomSelectionPixel);
741 int bottomSelectionPixel = childrenBottom;
743 bottomSelectionPixel -= fadingEdgeLength;
745 return bottomSelectionPixel;
771 * @param bottomSelectionPixel The bottommost pixel we can draw the
775 int topSelectionPixel, int bottomSelectionPixel) {
    [all...]
ListView.java 814 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength,
821 if (sel.getBottom() > bottomSelectionPixel) {
828 final int spaceBelow = sel.getBottom() - bottomSelectionPixel;
840 final int spaceBelow = bottomSelectionPixel - sel.getBottom();
869 int bottomSelectionPixel = childrenBottom;
871 bottomSelectionPixel -= fadingEdgeLength;
873 return bottomSelectionPixel;
    [all...]

Completed in 23 milliseconds