Searched refs:fadingEdgeLength (Results 1 – 7 of 7) sorted by relevance
/aosp14/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 | 924 int fadingEdgeLength = getVerticalFadingEdgeLength(); in fillFromSelection() local 929 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, in fillFromSelection() 931 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength, in fillFromSelection() 984 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, in getBottomSelectionPixel() argument 988 bottomSelectionPixel -= fadingEdgeLength; in getBottomSelectionPixel() 1001 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int selectedPosition) { in getTopSelectionPixel() argument 1005 topSelectionPixel += fadingEdgeLength; in getTopSelectionPixel() 1049 int fadingEdgeLength = getVerticalFadingEdgeLength(); in moveSelection() local 1054 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, in moveSelection() 1056 final int bottomSelectionPixel = getBottomSelectionPixel(childrenTop, fadingEdgeLength, in moveSelection()
|
H A D | HorizontalScrollView.java | 1049 final int fadingEdgeLength = getHorizontalFadingEdgeLength() / 2; in findFocusableViewInMyBounds() local 1050 final int leftWithoutFadingEdge = left + fadingEdgeLength; in findFocusableViewInMyBounds() 1051 final int rightWithoutFadingEdge = left + getWidth() - fadingEdgeLength; in findFocusableViewInMyBounds()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | View.java | 6772 mScrollCache.fadingEdgeLength = a.getDimensionPixelSize( 6789 return cache.fadingEdgeLength; 6807 mScrollCache.fadingEdgeLength = length; 6822 return cache.fadingEdgeLength; 20614 return mScrollCache.fadingEdgeLength; in getFadingEdgeLength() 23962 final float fadeHeight = scrollabilityCache.fadingEdgeLength; in draw() 31176 public int fadingEdgeLength; field in View.ScrollabilityCache 31223 fadingEdgeLength = configuration.getScaledFadingEdgeLength(); in ScrollabilityCache()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 63312 Landroid/view/View$ScrollabilityCache;->fadingEdgeLength:I 75791 Lcom/android/internal/R$attr;->fadingEdgeLength:I
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 781 field public static final int fadingEdgeLength = 16842976; // 0x10100e0
|