Searched refs:fadingEdgeLength (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | GridView.java | 492 final int fadingEdgeLength = getVerticalFadingEdgeLength(); in fillSelection() local 507 fadingEdgeLength, numColumns, rowStart); in fillSelection() 728 final int fadingEdgeLength = getVerticalFadingEdgeLength(); in fillFromSelection() local 748 int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart); in fillFromSelection() 749 int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength, in fillFromSelection() 783 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, in getBottomSelectionPixel() argument 788 bottomSelectionPixel -= fadingEdgeLength; in getBottomSelectionPixel() 801 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int rowStart) { in getTopSelectionPixel() argument 805 topSelectionPixel += fadingEdgeLength; in getTopSelectionPixel() 900 final int fadingEdgeLength = getVerticalFadingEdgeLength(); in moveSelection() local [all …]
|
H A D | ListView.java | 926 int fadingEdgeLength = getVerticalFadingEdgeLength(); in fillFromSelection() local 931 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, in fillFromSelection() 933 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength, in fillFromSelection() 986 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, in getBottomSelectionPixel() argument 990 bottomSelectionPixel -= fadingEdgeLength; in getBottomSelectionPixel() 1003 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int selectedPosition) { in getTopSelectionPixel() argument 1007 topSelectionPixel += fadingEdgeLength; in getTopSelectionPixel() 1051 int fadingEdgeLength = getVerticalFadingEdgeLength(); in moveSelection() local 1056 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, in moveSelection() 1058 final int bottomSelectionPixel = getBottomSelectionPixel(childrenTop, fadingEdgeLength, in moveSelection()
|
H A D | HorizontalScrollView.java | 1017 final int fadingEdgeLength = getHorizontalFadingEdgeLength() / 2; in findFocusableViewInMyBounds() local 1018 final int leftWithoutFadingEdge = left + fadingEdgeLength; in findFocusableViewInMyBounds() 1019 final int rightWithoutFadingEdge = left + getWidth() - fadingEdgeLength; in findFocusableViewInMyBounds()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | View.java | 6569 mScrollCache.fadingEdgeLength = a.getDimensionPixelSize( 6586 return cache.fadingEdgeLength; 6604 mScrollCache.fadingEdgeLength = length; 6619 return cache.fadingEdgeLength; 19467 return mScrollCache.fadingEdgeLength; in getFadingEdgeLength() 22766 final float fadeHeight = scrollabilityCache.fadingEdgeLength; in draw() 29811 public int fadingEdgeLength; field in View.ScrollabilityCache 29858 fadingEdgeLength = configuration.getScaledFadingEdgeLength(); in ScrollabilityCache()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 66635 Landroid/view/View$ScrollabilityCache;->fadingEdgeLength:I 79114 Lcom/android/internal/R$attr;->fadingEdgeLength:I
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 639 field public static final int fadingEdgeLength = 16842976; // 0x10100e0
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 556 field public static final int fadingEdgeLength = 16842976; // 0x10100e0
|