Searched defs:fadingEdgeLength (Results 1 – 4 of 4) sorted by relevance
491 final int fadingEdgeLength = getVerticalFadingEdgeLength(); in fillSelection() local727 final int fadingEdgeLength = getVerticalFadingEdgeLength(); in fillFromSelection() local782 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
926 int fadingEdgeLength = getVerticalFadingEdgeLength(); in fillFromSelection() local986 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
993 final int fadingEdgeLength = getHorizontalFadingEdgeLength() / 2; in findFocusableViewInMyBounds() local
28845 public int fadingEdgeLength; field in View.ScrollabilityCache