Searched refs:childInSelectedRow (Results 1 – 1 of 1) sorted by relevance
818 private void adjustForBottomFadingEdge(View childInSelectedRow, in adjustForBottomFadingEdge() argument822 if (childInSelectedRow.getBottom() > bottomSelectionPixel) { in adjustForBottomFadingEdge()826 int spaceAbove = childInSelectedRow.getTop() - topSelectionPixel; in adjustForBottomFadingEdge()830 int spaceBelow = childInSelectedRow.getBottom() - bottomSelectionPixel; in adjustForBottomFadingEdge()847 private void adjustForTopFadingEdge(View childInSelectedRow, in adjustForTopFadingEdge() argument850 if (childInSelectedRow.getTop() < topSelectionPixel) { in adjustForTopFadingEdge()853 int spaceAbove = topSelectionPixel - childInSelectedRow.getTop(); in adjustForTopFadingEdge()857 int spaceBelow = bottomSelectionPixel - childInSelectedRow.getBottom(); in adjustForTopFadingEdge()