Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DGridView.java433 final int fadingEdgeLength = getVerticalFadingEdgeLength(); in fillSelection() local
669 final int fadingEdgeLength = getVerticalFadingEdgeLength(); in fillFromSelection() local
724 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, in getBottomSelectionPixel()
742 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int rowStart) { in getTopSelectionPixel()
841 final int fadingEdgeLength = getVerticalFadingEdgeLength(); in moveSelection() local
DListView.java803 int fadingEdgeLength = getVerticalFadingEdgeLength(); in fillFromSelection() local
863 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, in getBottomSelectionPixel()
880 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int selectedPosition) { in getTopSelectionPixel()
928 int fadingEdgeLength = getVerticalFadingEdgeLength(); in moveSelection() local
DScrollView.java770 final int fadingEdgeLength = getVerticalFadingEdgeLength() / 2; in findFocusableViewInMyBounds() local
DHorizontalScrollView.java765 final int fadingEdgeLength = getHorizontalFadingEdgeLength() / 2; in findFocusableViewInMyBounds() local