Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DGridView.java367 final int fadingEdgeLength = getVerticalFadingEdgeLength(); in fillSelection() local
605 final int fadingEdgeLength = getVerticalFadingEdgeLength(); in fillFromSelection() local
660 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, in getBottomSelectionPixel()
678 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int rowStart) { in getTopSelectionPixel()
757 final int fadingEdgeLength = getVerticalFadingEdgeLength(); in moveSelection() local
DListView.java765 int fadingEdgeLength = getVerticalFadingEdgeLength(); in fillFromSelection() local
825 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, in getBottomSelectionPixel()
842 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int selectedPosition) { in getTopSelectionPixel()
871 int fadingEdgeLength = getVerticalFadingEdgeLength(); in moveSelection() local
DHorizontalScrollView.java525 final int fadingEdgeLength = getHorizontalFadingEdgeLength() / 2; in findFocusableViewInMyBounds() local
DScrollView.java525 final int fadingEdgeLength = getVerticalFadingEdgeLength() / 2; in findFocusableViewInMyBounds() local
/frameworks/base/core/java/android/view/
DView.java9009 public int fadingEdgeLength; field in View.ScrollabilityCache