Searched defs:bottomSelectionPixel (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/widget/ |
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
|
D | ListView.java | 931 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength, in fillFromSelection() local 986 int bottomSelectionPixel = childrenBottom; in getBottomSelectionPixel() local 1056 final int bottomSelectionPixel = getBottomSelectionPixel(childrenTop, fadingEdgeLength, in moveSelection() local
|