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

/frameworks/base/core/java/android/widget/
H A DGridView.java451 final int fadingEdgeLength = getVerticalFadingEdgeLength();
452 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
466 fadingEdgeLength, numColumns, rowStart);
687 final int fadingEdgeLength = getVerticalFadingEdgeLength();
707 int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
708 int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength,
737 * @param fadingEdgeLength Length of the fading edge in pixels, if present
742 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, argument
747 bottomSelectionPixel -= fadingEdgeLength;
756 * @param fadingEdgeLength Lengt
760 getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int rowStart) argument
[all...]
H A DListView.java823 int fadingEdgeLength = getVerticalFadingEdgeLength();
828 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength,
830 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength,
879 * @param fadingEdgeLength Length of the fading edge in pixels, if present
883 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, argument
887 bottomSelectionPixel -= fadingEdgeLength;
896 * @param fadingEdgeLength Length of the fading edge in pixels, if present
900 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int selectedPosition) { argument
904 topSelectionPixel += fadingEdgeLength;
948 int fadingEdgeLength
[all...]
H A DHorizontalScrollView.java849 final int fadingEdgeLength = getHorizontalFadingEdgeLength() / 2;
850 final int leftWithoutFadingEdge = left + fadingEdgeLength;
851 final int rightWithoutFadingEdge = left + getWidth() - fadingEdgeLength;
/frameworks/base/core/java/android/view/
H A DView.java4047 mScrollCache.fadingEdgeLength = a.getDimensionPixelSize(
4064 return cache.fadingEdgeLength;
4082 mScrollCache.fadingEdgeLength = length;
4097 return cache.fadingEdgeLength;
14485 final float fadeHeight = scrollabilityCache.fadingEdgeLength;
19021 public int fadingEdgeLength; field in class:View.ScrollabilityCache
19054 fadingEdgeLength = configuration.getScaledFadingEdgeLength();

Completed in 359 milliseconds