Searched refs:fadingEdgeLength (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | GridView.java | 492 final int fadingEdgeLength = getVerticalFadingEdgeLength(); in fillSelection() local 493 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart); in fillSelection() 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() [all …]
|
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()
|
D | HorizontalScrollView.java | 1051 final int fadingEdgeLength = getHorizontalFadingEdgeLength() / 2; in findFocusableViewInMyBounds() local 1052 final int leftWithoutFadingEdge = left + fadingEdgeLength; in findFocusableViewInMyBounds() 1053 final int rightWithoutFadingEdge = left + getWidth() - fadingEdgeLength; in findFocusableViewInMyBounds()
|
/frameworks/base/core/java/android/view/ |
D | View.java | 7073 mScrollCache.fadingEdgeLength = a.getDimensionPixelSize( 7090 return cache.fadingEdgeLength; 7108 mScrollCache.fadingEdgeLength = length; 7192 return cache.fadingEdgeLength; 21485 return mScrollCache.fadingEdgeLength; in getFadingEdgeLength() 24904 final float fadeHeight = scrollabilityCache.fadingEdgeLength; in draw() 32296 public int fadingEdgeLength; field in View.ScrollabilityCache 32343 fadingEdgeLength = configuration.getScaledFadingEdgeLength(); in ScrollabilityCache()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 62669 Landroid/view/View$ScrollabilityCache;->fadingEdgeLength:I 75148 Lcom/android/internal/R$attr;->fadingEdgeLength:I
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 556 field public static final int fadingEdgeLength = 16842976; // 0x10100e0
|
/frameworks/base/core/api/ |
D | current.txt | 802 field public static final int fadingEdgeLength = 16842976; // 0x10100e0
|