public static interface AbsListView.SelectionBoundsAdjuster
Modifier and Type | Method and Description |
---|---|
void |
adjustListItemSelectionBounds(Rect bounds)
Called to allow the list item to adjust the bounds shown for
its selection.
|
void adjustListItemSelectionBounds(Rect bounds)
bounds
- On call, this contains the bounds the list has
selected for the item (that is the bounds of the entire view). The
values can be modified as desired.