Searched refs:getTopSelectionPixel (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DGridView.java478 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
733 int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
786 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int rowStart) { method in class:GridView
911 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
H A DListView.java923 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength,
995 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int selectedPosition) { method in class:ListView
1048 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength,

Completed in 55 milliseconds