Searched refs:childInSelectedRow (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DGridView.java789 * @param childInSelectedRow A child in the row that contains the selection
794 private void adjustForBottomFadingEdge(View childInSelectedRow, argument
798 if (childInSelectedRow.getBottom() > bottomSelectionPixel) {
802 int spaceAbove = childInSelectedRow.getTop() - topSelectionPixel;
806 int spaceBelow = childInSelectedRow.getBottom() - bottomSelectionPixel;
818 * @param childInSelectedRow A child in the row that contains the selection
823 private void adjustForTopFadingEdge(View childInSelectedRow, argument
826 if (childInSelectedRow.getTop() < topSelectionPixel) {
829 int spaceAbove = topSelectionPixel - childInSelectedRow.getTop();
833 int spaceBelow = bottomSelectionPixel - childInSelectedRow
[all...]

Completed in 85 milliseconds