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

/frameworks/base/core/java/android/widget/
H A DGridView.java448 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
703 int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
756 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int rowStart) { method in class:GridView
881 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
H A DListView.java811 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength,
883 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int selectedPosition) { method in class:ListView
936 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength,

Completed in 50 milliseconds