Home
last modified time | relevance | path

Searched defs:fadingEdgeLength (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
DGridView.java467 final int fadingEdgeLength = getVerticalFadingEdgeLength(); in fillSelection() local
703 final int fadingEdgeLength = getVerticalFadingEdgeLength(); in fillFromSelection() local
758 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, in getBottomSelectionPixel()
776 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int rowStart) { in getTopSelectionPixel()
875 final int fadingEdgeLength = getVerticalFadingEdgeLength(); in moveSelection() local
DListView.java830 int fadingEdgeLength = getVerticalFadingEdgeLength(); in fillFromSelection() local
890 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, in getBottomSelectionPixel()
907 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int selectedPosition) { in getTopSelectionPixel()
955 int fadingEdgeLength = getVerticalFadingEdgeLength(); in moveSelection() local
DHorizontalScrollView.java857 final int fadingEdgeLength = getHorizontalFadingEdgeLength() / 2; in findFocusableViewInMyBounds() local