Home
last modified time | relevance | path

Searched refs:fadingEdgeLength (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/widget/
DGridView.java477 final int fadingEdgeLength = getVerticalFadingEdgeLength(); in fillSelection() local
478 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart); in fillSelection()
492 fadingEdgeLength, numColumns, rowStart); in fillSelection()
713 final int fadingEdgeLength = getVerticalFadingEdgeLength(); in fillFromSelection() local
733 int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart); in fillFromSelection()
734 int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength, in fillFromSelection()
768 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, in getBottomSelectionPixel() argument
773 bottomSelectionPixel -= fadingEdgeLength; in getBottomSelectionPixel()
786 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int rowStart) { in getTopSelectionPixel() argument
790 topSelectionPixel += fadingEdgeLength; in getTopSelectionPixel()
[all …]
DListView.java918 int fadingEdgeLength = getVerticalFadingEdgeLength(); in fillFromSelection() local
923 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, in fillFromSelection()
925 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength, in fillFromSelection()
978 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, in getBottomSelectionPixel() argument
982 bottomSelectionPixel -= fadingEdgeLength; in getBottomSelectionPixel()
995 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int selectedPosition) { in getTopSelectionPixel() argument
999 topSelectionPixel += fadingEdgeLength; in getTopSelectionPixel()
1043 int fadingEdgeLength = getVerticalFadingEdgeLength(); in moveSelection() local
1048 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, in moveSelection()
1050 final int bottomSelectionPixel = getBottomSelectionPixel(childrenTop, fadingEdgeLength, in moveSelection()
DHorizontalScrollView.java895 final int fadingEdgeLength = getHorizontalFadingEdgeLength() / 2; in findFocusableViewInMyBounds() local
896 final int leftWithoutFadingEdge = left + fadingEdgeLength; in findFocusableViewInMyBounds()
897 final int rightWithoutFadingEdge = left + getWidth() - fadingEdgeLength; in findFocusableViewInMyBounds()
/frameworks/base/core/java/android/view/
DView.java5860 mScrollCache.fadingEdgeLength = a.getDimensionPixelSize(
5877 return cache.fadingEdgeLength;
5895 mScrollCache.fadingEdgeLength = length;
5910 return cache.fadingEdgeLength;
20269 final float fadeHeight = scrollabilityCache.fadingEdgeLength; in draw()
26763 public int fadingEdgeLength; field in View.ScrollabilityCache
26807 fadingEdgeLength = configuration.getScaledFadingEdgeLength(); in ScrollabilityCache()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt556 field public static final int fadingEdgeLength = 16842976; // 0x10100e0
/frameworks/base/config/
Dhiddenapi-private-dex.txt97025 Landroid/view/View$ScrollabilityCache;->fadingEdgeLength:I
112129 Lcom/android/internal/R$attr;->fadingEdgeLength:I
Dhiddenapi-public-dex.txt35979 Landroid/R$attr;->fadingEdgeLength:I
/frameworks/base/api/
Dcurrent.txt586 field public static final int fadingEdgeLength = 16842976; // 0x10100e0