Searched refs:childInSelectedRow (Results 1 – 1 of 1) sorted by relevance
819 private void adjustForBottomFadingEdge(View childInSelectedRow, in adjustForBottomFadingEdge() argument823 if (childInSelectedRow.getBottom() > bottomSelectionPixel) { in adjustForBottomFadingEdge()827 int spaceAbove = childInSelectedRow.getTop() - topSelectionPixel; in adjustForBottomFadingEdge()831 int spaceBelow = childInSelectedRow.getBottom() - bottomSelectionPixel; in adjustForBottomFadingEdge()848 private void adjustForTopFadingEdge(View childInSelectedRow, in adjustForTopFadingEdge() argument851 if (childInSelectedRow.getTop() < topSelectionPixel) { in adjustForTopFadingEdge()854 int spaceAbove = topSelectionPixel - childInSelectedRow.getTop(); in adjustForTopFadingEdge()858 int spaceBelow = bottomSelectionPixel - childInSelectedRow.getBottom(); in adjustForTopFadingEdge()