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

/frameworks/base/core/java/android/widget/
H A DGridView.java481 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom,
724 int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength,
758 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, method in class:GridView
902 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength,
H A DListView.java837 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength,
890 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, method in class:ListView
962 final int bottomSelectionPixel = getBottomSelectionPixel(childrenTop, fadingEdgeLength,

Completed in 46 milliseconds