public static interface AbsHListView.SelectionBoundsAdjuster
| Modifier and Type | Method and Description |
|---|---|
void |
adjustListItemSelectionBounds(android.graphics.Rect bounds)
Called to allow the list item to adjust the bounds shown for its selection.
|
void adjustListItemSelectionBounds(android.graphics.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.