Searched refs:fadingEdgeLength (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | GridView.java | 491 final int fadingEdgeLength = getVerticalFadingEdgeLength(); in fillSelection() local 492 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart); in fillSelection() 506 fadingEdgeLength, numColumns, rowStart); in fillSelection() 727 final int fadingEdgeLength = getVerticalFadingEdgeLength(); in fillFromSelection() local 747 int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart); in fillFromSelection() 748 int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength, in fillFromSelection() 782 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, in getBottomSelectionPixel() argument 787 bottomSelectionPixel -= fadingEdgeLength; in getBottomSelectionPixel() 800 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int rowStart) { in getTopSelectionPixel() argument 804 topSelectionPixel += fadingEdgeLength; in getTopSelectionPixel() [all …]
|
D | ListView.java | 930 int fadingEdgeLength = getVerticalFadingEdgeLength(); in fillFromSelection() local 935 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, in fillFromSelection() 937 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength, in fillFromSelection() 990 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, in getBottomSelectionPixel() argument 994 bottomSelectionPixel -= fadingEdgeLength; in getBottomSelectionPixel() 1007 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int selectedPosition) { in getTopSelectionPixel() argument 1011 topSelectionPixel += fadingEdgeLength; in getTopSelectionPixel() 1055 int fadingEdgeLength = getVerticalFadingEdgeLength(); in moveSelection() local 1060 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, in moveSelection() 1062 final int bottomSelectionPixel = getBottomSelectionPixel(childrenTop, fadingEdgeLength, in moveSelection()
|
D | HorizontalScrollView.java | 993 final int fadingEdgeLength = getHorizontalFadingEdgeLength() / 2; in findFocusableViewInMyBounds() local 994 final int leftWithoutFadingEdge = left + fadingEdgeLength; in findFocusableViewInMyBounds() 995 final int rightWithoutFadingEdge = left + getWidth() - fadingEdgeLength; in findFocusableViewInMyBounds()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |