Searched refs:fadingEdgeLength (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | GridView.java | 472 final int fadingEdgeLength = getVerticalFadingEdgeLength(); in fillSelection() local 473 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart); in fillSelection() 487 fadingEdgeLength, numColumns, rowStart); in fillSelection() 708 final int fadingEdgeLength = getVerticalFadingEdgeLength(); in fillFromSelection() local 728 int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart); in fillFromSelection() 729 int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength, in fillFromSelection() 763 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, in getBottomSelectionPixel() argument 768 bottomSelectionPixel -= fadingEdgeLength; in getBottomSelectionPixel() 781 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int rowStart) { in getTopSelectionPixel() argument 785 topSelectionPixel += fadingEdgeLength; in getTopSelectionPixel() [all …]
|
D | ListView.java | 836 int fadingEdgeLength = getVerticalFadingEdgeLength(); in fillFromSelection() local 841 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, in fillFromSelection() 843 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength, in fillFromSelection() 896 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, in getBottomSelectionPixel() argument 900 bottomSelectionPixel -= fadingEdgeLength; in getBottomSelectionPixel() 913 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int selectedPosition) { in getTopSelectionPixel() argument 917 topSelectionPixel += fadingEdgeLength; in getTopSelectionPixel() 961 int fadingEdgeLength = getVerticalFadingEdgeLength(); in moveSelection() local 966 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, in moveSelection() 968 final int bottomSelectionPixel = getBottomSelectionPixel(childrenTop, fadingEdgeLength, in moveSelection()
|
D | HorizontalScrollView.java | 882 final int fadingEdgeLength = getHorizontalFadingEdgeLength() / 2; in findFocusableViewInMyBounds() local 883 final int leftWithoutFadingEdge = left + fadingEdgeLength; in findFocusableViewInMyBounds() 884 final int rightWithoutFadingEdge = left + getWidth() - fadingEdgeLength; in findFocusableViewInMyBounds()
|
/frameworks/base/core/java/android/view/ |
D | View.java | 4919 mScrollCache.fadingEdgeLength = a.getDimensionPixelSize( in initializeFadingEdgeInternal() 4936 return cache.fadingEdgeLength; in getVerticalFadingEdgeLength() 4954 mScrollCache.fadingEdgeLength = length; in setFadingEdgeLength() 4969 return cache.fadingEdgeLength; in getHorizontalFadingEdgeLength() 17120 final float fadeHeight = scrollabilityCache.fadingEdgeLength; in draw() 23072 public int fadingEdgeLength; field in ScrollabilityCache 23114 fadingEdgeLength = configuration.getScaledFadingEdgeLength(); in ScrollabilityCache()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 556 field public static final int fadingEdgeLength = 16842976; // 0x10100e0
|
/frameworks/base/api/ |
D | current.txt | 548 field public static final int fadingEdgeLength = 16842976; // 0x10100e0
|
D | system-current.txt | 655 field public static final int fadingEdgeLength = 16842976; // 0x10100e0
|
D | test-current.txt | 548 field public static final int fadingEdgeLength = 16842976; // 0x10100e0
|