Searched defs:bottomSelectionPixel (Results 1 – 2 of 2) sorted by relevance
| /frameworks/base/core/java/android/widget/ |
| D | GridView.java | 505 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, in fillSelection() local 748 int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength, in fillFromSelection() local 785 int bottomSelectionPixel = childrenBottom; in getBottomSelectionPixel() local 819 int topSelectionPixel, int bottomSelectionPixel) { in adjustForBottomFadingEdge() 848 int topSelectionPixel, int bottomSelectionPixel) { in adjustForTopFadingEdge() 926 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength, in moveSelection() local
|
| D | ListView.java | 937 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength, in fillFromSelection() local 992 int bottomSelectionPixel = childrenBottom; in getBottomSelectionPixel() local 1062 final int bottomSelectionPixel = getBottomSelectionPixel(childrenTop, fadingEdgeLength, in moveSelection() local
|