Searched refs:childInSelectedRow (Results 1 – 1 of 1) sorted by relevance
799 private void adjustForBottomFadingEdge(View childInSelectedRow, in adjustForBottomFadingEdge() argument803 if (childInSelectedRow.getBottom() > bottomSelectionPixel) { in adjustForBottomFadingEdge()807 int spaceAbove = childInSelectedRow.getTop() - topSelectionPixel; in adjustForBottomFadingEdge()811 int spaceBelow = childInSelectedRow.getBottom() - bottomSelectionPixel; in adjustForBottomFadingEdge()828 private void adjustForTopFadingEdge(View childInSelectedRow, in adjustForTopFadingEdge() argument831 if (childInSelectedRow.getTop() < topSelectionPixel) { in adjustForTopFadingEdge()834 int spaceAbove = topSelectionPixel - childInSelectedRow.getTop(); in adjustForTopFadingEdge()838 int spaceBelow = bottomSelectionPixel - childInSelectedRow.getBottom(); in adjustForTopFadingEdge()