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 371 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
626 int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
679 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int rowStart) {
784 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
    [all...]
ListView.java 803 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength,
875 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int selectedPosition) {
909 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength,
    [all...]

Completed in 21 milliseconds