Searched refs:fadingEdgeLength (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DGridView.java467 final int fadingEdgeLength = getVerticalFadingEdgeLength();
468 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
482 fadingEdgeLength, numColumns, rowStart);
703 final int fadingEdgeLength = getVerticalFadingEdgeLength();
723 int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
724 int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength,
753 * @param fadingEdgeLength Length of the fading edge in pixels, if present
758 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, argument
763 bottomSelectionPixel -= fadingEdgeLength;
772 * @param fadingEdgeLength Lengt
776 getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int rowStart) argument
[all...]
H A DListView.java830 int fadingEdgeLength = getVerticalFadingEdgeLength();
835 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength,
837 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength,
886 * @param fadingEdgeLength Length of the fading edge in pixels, if present
890 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, argument
894 bottomSelectionPixel -= fadingEdgeLength;
903 * @param fadingEdgeLength Length of the fading edge in pixels, if present
907 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int selectedPosition) { argument
911 topSelectionPixel += fadingEdgeLength;
955 int fadingEdgeLength
[all...]
H A DHorizontalScrollView.java856 final int fadingEdgeLength = getHorizontalFadingEdgeLength() / 2;
857 final int leftWithoutFadingEdge = left + fadingEdgeLength;
858 final int rightWithoutFadingEdge = left + getWidth() - fadingEdgeLength;
/frameworks/base/core/java/android/view/
H A DView.java4353 mScrollCache.fadingEdgeLength = a.getDimensionPixelSize(
4370 return cache.fadingEdgeLength;
4388 mScrollCache.fadingEdgeLength = length;
4403 return cache.fadingEdgeLength;
15166 final float fadeHeight = scrollabilityCache.fadingEdgeLength;
20480 public int fadingEdgeLength; field in class:View.ScrollabilityCache
20513 fadingEdgeLength = configuration.getScaledFadingEdgeLength();

Completed in 146 milliseconds