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

/frameworks/base/core/java/android/widget/
H A DGridView.java472 final int fadingEdgeLength = getVerticalFadingEdgeLength();
473 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
487 fadingEdgeLength, numColumns, rowStart);
708 final int fadingEdgeLength = getVerticalFadingEdgeLength();
728 int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
729 int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength,
758 * @param fadingEdgeLength Length of the fading edge in pixels, if present
763 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, argument
768 bottomSelectionPixel -= fadingEdgeLength;
777 * @param fadingEdgeLength Lengt
781 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.java5600 mScrollCache.fadingEdgeLength = a.getDimensionPixelSize(
5617 return cache.fadingEdgeLength;
5635 mScrollCache.fadingEdgeLength = length;
5650 return cache.fadingEdgeLength;
19254 final float fadeHeight = scrollabilityCache.fadingEdgeLength;
25634 public int fadingEdgeLength; field in class:View.ScrollabilityCache
25678 fadingEdgeLength = configuration.getScaledFadingEdgeLength();

Completed in 190 milliseconds