Searched defs:bottomSelectionPixel (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | GridView.java | 481 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, in fillSelection() local 724 int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength, in fillFromSelection() local 761 int bottomSelectionPixel = childrenBottom; in getBottomSelectionPixel() local 795 int topSelectionPixel, int bottomSelectionPixel) { in adjustForBottomFadingEdge() 824 int topSelectionPixel, int bottomSelectionPixel) { in adjustForTopFadingEdge() 902 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength, in moveSelection() local
|
D | ListView.java | 837 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength, in fillFromSelection() local 892 int bottomSelectionPixel = childrenBottom; in getBottomSelectionPixel() local 962 final int bottomSelectionPixel = getBottomSelectionPixel(childrenTop, fadingEdgeLength, in moveSelection() local
|