Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DGridView.java491 final int fadingEdgeLength = getVerticalFadingEdgeLength(); in fillSelection() local
727 final int fadingEdgeLength = getVerticalFadingEdgeLength(); in fillFromSelection() local
782 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, in getBottomSelectionPixel()
800 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int rowStart) { in getTopSelectionPixel()
899 final int fadingEdgeLength = getVerticalFadingEdgeLength(); in moveSelection() local
DListView.java930 int fadingEdgeLength = getVerticalFadingEdgeLength(); in fillFromSelection() local
990 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, in getBottomSelectionPixel()
1007 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int selectedPosition) { in getTopSelectionPixel()
1055 int fadingEdgeLength = getVerticalFadingEdgeLength(); in moveSelection() local
DHorizontalScrollView.java993 final int fadingEdgeLength = getHorizontalFadingEdgeLength() / 2; in findFocusableViewInMyBounds() local
/frameworks/base/core/java/android/view/
DView.java28242 public int fadingEdgeLength; field in View.ScrollabilityCache