Searched defs:fadingEdgeLength (Results 1 – 4 of 4) sorted by relevance
472 final int fadingEdgeLength = getVerticalFadingEdgeLength(); in fillSelection() local708 final int fadingEdgeLength = getVerticalFadingEdgeLength(); in fillFromSelection() local763 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, in getBottomSelectionPixel()781 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int rowStart) { in getTopSelectionPixel()880 final int fadingEdgeLength = getVerticalFadingEdgeLength(); in moveSelection() local
836 int fadingEdgeLength = getVerticalFadingEdgeLength(); in fillFromSelection() local896 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, in getBottomSelectionPixel()913 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int selectedPosition) { in getTopSelectionPixel()961 int fadingEdgeLength = getVerticalFadingEdgeLength(); in moveSelection() local
882 final int fadingEdgeLength = getHorizontalFadingEdgeLength() / 2; in findFocusableViewInMyBounds() local
23200 public int fadingEdgeLength; field in ScrollabilityCache