Searched defs:fadingEdgeLength (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DGridView.java477 final int fadingEdgeLength = getVerticalFadingEdgeLength();
478 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
492 fadingEdgeLength, numColumns, rowStart);
713 final int fadingEdgeLength = getVerticalFadingEdgeLength();
733 int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
734 int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength,
763 * @param fadingEdgeLength Length of the fading edge in pixels, if present
768 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, argument
773 bottomSelectionPixel -= fadingEdgeLength;
782 * @param fadingEdgeLength Lengt
786 getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int rowStart) argument
[all...]
H A DListView.java918 int fadingEdgeLength = getVerticalFadingEdgeLength();
923 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength,
925 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength,
974 * @param fadingEdgeLength Length of the fading edge in pixels, if present
978 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, argument
982 bottomSelectionPixel -= fadingEdgeLength;
991 * @param fadingEdgeLength Length of the fading edge in pixels, if present
995 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int selectedPosition) { argument
999 topSelectionPixel += fadingEdgeLength;
1043 int fadingEdgeLength
[all...]
/frameworks/base/core/java/android/view/
H A DView.java5860 mScrollCache.fadingEdgeLength = a.getDimensionPixelSize(
5877 return cache.fadingEdgeLength;
5895 mScrollCache.fadingEdgeLength = length;
5910 return cache.fadingEdgeLength;
20269 final float fadeHeight = scrollabilityCache.fadingEdgeLength;
26763 public int fadingEdgeLength; field in class:View.ScrollabilityCache
[all...]

Completed in 99 milliseconds