Searched defs:topSelectionPixel (Results 1 – 2 of 2) sorted by relevance
| /frameworks/base/core/java/android/widget/ |
| D | GridView.java | 473 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart); in fillSelection() local 728 int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart); in fillFromSelection() local 783 int topSelectionPixel = childrenTop; in getTopSelectionPixel() local 800 int topSelectionPixel, int bottomSelectionPixel) { in adjustForBottomFadingEdge() 829 int topSelectionPixel, int bottomSelectionPixel) { in adjustForTopFadingEdge() 906 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart); in moveSelection() local
|
| D | ListView.java | 841 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, in fillFromSelection() local 915 int topSelectionPixel = childrenTop; in getTopSelectionPixel() local 966 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, in moveSelection() local
|