Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public static interface

AbsListView.SelectionBoundsAdjuster

android.widget.AbsListView.SelectionBoundsAdjuster

Class Overview

The top-level view of a list item can implement this interface to allow itself to modify the bounds of the selection shown for that item.

Summary

Public Methods
abstract void adjustListItemSelectionBounds ( Rect bounds)
Called to allow the list item to adjust the bounds shown for its selection.

Public Methods

public abstract void adjustListItemSelectionBounds ( Rect bounds)

Called to allow the list item to adjust the bounds shown for its selection.

Parameters
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.