Searched defs:bottomSelectionPixel (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | GridView.java | 506 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, in fillSelection() local 749 int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength, in fillFromSelection() local 786 int bottomSelectionPixel = childrenBottom; in getBottomSelectionPixel() local 820 int topSelectionPixel, int bottomSelectionPixel) { in adjustForBottomFadingEdge() 849 int topSelectionPixel, int bottomSelectionPixel) { in adjustForTopFadingEdge() 927 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength, in moveSelection() local
|
H A D | ListView.java | 933 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength, in fillFromSelection() local 988 int bottomSelectionPixel = childrenBottom; in getBottomSelectionPixel() local 1058 final int bottomSelectionPixel = getBottomSelectionPixel(childrenTop, fadingEdgeLength, in moveSelection() local
|