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

/frameworks/base/core/java/android/widget/
H A DGridView.java486 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom,
729 int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength,
763 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, method in class:GridView
907 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength,
H A DListView.java843 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength,
896 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, method in class:ListView
968 final int bottomSelectionPixel = getBottomSelectionPixel(childrenTop, fadingEdgeLength,

Completed in 65 milliseconds