| Interface | Description |
|---|---|
| AbsHListView.OnScrollListener |
Interface definition for a callback to be invoked when the list or grid has been scrolled.
|
| AbsHListView.RecyclerListener |
A RecyclerListener is used to receive a notification whenever a View is placed inside the RecycleBin's scrap heap.
|
| AbsHListView.SelectionBoundsAdjuster |
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.
|
| AdapterView.OnItemClickListener |
Interface definition for a callback to be invoked when an item in this AdapterView has been clicked.
|
| AdapterView.OnItemLongClickListener |
Interface definition for a callback to be invoked when an item in this view has been clicked and held.
|
| AdapterView.OnItemSelectedListener |
Interface definition for a callback to be invoked when an item in this view has been selected.
|
| ExpandableHListView.OnChildClickListener |
Interface definition for a callback to be invoked when a child in this
expandable list has been clicked.
|
| ExpandableHListView.OnGroupClickListener |
Interface definition for a callback to be invoked when a group in this
expandable list has been clicked.
|
| ExpandableHListView.OnGroupCollapseListener |
Used for being notified when a group is collapsed
|
| ExpandableHListView.OnGroupExpandListener |
Used for being notified when a group is expanded
|
| Class | Description |
|---|---|
| AbsHListView | |
| AbsHListView.LayoutParams |
AbsListView extends LayoutParams to provide a place to hold the view type.
|
| AdapterView<T extends android.widget.Adapter> |
An AdapterView is a view whose children are determined by an
Adapter. |
| AdapterView.AdapterContextMenuInfo |
Extra menu information provided to the
android.view.View.OnCreateContextMenuListener#onCreateContextMenu(ContextMenu, View, ContextMenuInfo) callback when a
context menu is brought up for this AdapterView. |
| EdgeEffect |
This class performs the graphical effect used at the edges of scrollable widgets
when the user scrolls beyond the content bounds in 2D space.
|
| ExpandableHListView |
A view that shows items in a vertically scrolling two-level list.
|
| ExpandableHListView.ExpandableListContextMenuInfo |
Extra menu information specific to an
ExpandableHListView provided
to the
android.view.View.OnCreateContextMenuListener#onCreateContextMenu(ContextMenu, View, ContextMenuInfo)
callback when a context menu is brought up for this AdapterView. |
| HeaderViewListAdapter |
ListAdapter used when a ListView has header views.
|
| HListView |
A view that shows items in a vertically scrolling list.
|
| HListView.FixedViewInfo |
A class that represents a fixed view in a list, for example a header at the top or a footer at the bottom.
|
| OverScroller |
This class encapsulates scrolling with the ability to overshoot the bounds
of a scrolling operation.
|