Searched defs:topSelectionPixel (Results 1 – 2 of 2) sorted by relevance
| /frameworks/base/core/java/android/widget/ |
| D | GridView.java | 478 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart); in fillSelection() local 733 int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart); in fillFromSelection() local 788 int topSelectionPixel = childrenTop; in getTopSelectionPixel() local 805 int topSelectionPixel, int bottomSelectionPixel) { in adjustForBottomFadingEdge() 834 int topSelectionPixel, int bottomSelectionPixel) { in adjustForTopFadingEdge() 911 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart); in moveSelection() local
|
| D | ListView.java | 923 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, in fillFromSelection() local 997 int topSelectionPixel = childrenTop; in getTopSelectionPixel() local 1048 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, in moveSelection() local
|