| Interface | Description |
|---|---|
| EnchancedGestureDetector.OnGestureListener |
The listener that is used to notify when gestures occur.
|
| ItemClickHelper.Callback<E> |
This interface is the contract between ItemClickHelper and your application.
|
| OnItemClickListener<E> |
Interface definition for a callback to be invoked when an item in this
AdapterView has been clicked.
|
| OnItemLongClickListener<E> |
Interface definition for a callback to be invoked when an item in this
AdapterView has been clicked and held.
|
| SimpleEnableBehavior.Callback |
This interface is the contract between SimpleEnableBehavior and your application.
|
| Class | Description |
|---|---|
| ChoiceModeHelper<E> |
This is an utility class to add choice mode support to RecyclerView.
|
| ClickableViews |
Simple data class that keeps identifiers of clickable views.
|
| EnchancedGestureDetector |
Detects various gestures and events using the supplied
MotionEvents. |
| EnchancedGestureDetector.SimpleOnGestureListener |
A convenience class to extend when you only want to listen for a subset
of all the gestures.
|
| ItemClickHelper<E> |
This is an utility class to add item click and item long click support to RecyclerView.
|
| RecursiveEnableBehavior |
This is a class to recursively enable or disable
RecyclerView.ViewHolder's item view
and its child views according to enabled state returned by Callback#isEnabled(int). |
| SimpleEnableBehavior |
This is a class to enable or disable
RecyclerView.ViewHolder's item view
according to enabled state returned by isEnabled(int). |