HomeSort by relevance Sort by last modified time
    Searched refs:getTopSelectionPixel (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/widget/
GridView.java 438 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
693 int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
746 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int rowStart) {
871 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
    [all...]
ListView.java 809 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength,
881 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int selectedPosition) {
    [all...]

Completed in 34 milliseconds