Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DGridView.java492 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 DListView.java924 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 DHorizontalScrollView.java1049 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 DView.java6772 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 Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt63312 Landroid/view/View$ScrollabilityCache;->fadingEdgeLength:I
75791 Lcom/android/internal/R$attr;->fadingEdgeLength:I
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt781 field public static final int fadingEdgeLength = 16842976; // 0x10100e0