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

/frameworks/base/core/java/android/widget/
H A DGridView.java468 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
723 int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
776 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int rowStart) { method in class:GridView
901 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
H A DListView.java835 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength,
907 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int selectedPosition) { method in class:ListView
960 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength,

Completed in 128 milliseconds