Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DGridView.java492 final int fadingEdgeLength = getVerticalFadingEdgeLength(); in fillSelection() local
728 final int fadingEdgeLength = getVerticalFadingEdgeLength(); in fillFromSelection() local
783 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, in getBottomSelectionPixel()
801 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int rowStart) { in getTopSelectionPixel()
900 final int fadingEdgeLength = getVerticalFadingEdgeLength(); in moveSelection() local
DListView.java926 int fadingEdgeLength = getVerticalFadingEdgeLength(); in fillFromSelection() local
986 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, in getBottomSelectionPixel()
1003 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int selectedPosition) { in getTopSelectionPixel()
1051 int fadingEdgeLength = getVerticalFadingEdgeLength(); in moveSelection() local
DHorizontalScrollView.java1017 final int fadingEdgeLength = getHorizontalFadingEdgeLength() / 2; in findFocusableViewInMyBounds() local
/frameworks/base/core/java/android/view/
DView.java29677 public int fadingEdgeLength; field in View.ScrollabilityCache