Help Android Wear and TV developers
Learn more
Note: The Wearable Support Library classes under the android.support.wearable
package are subject to change. For the full Android API reference, see Reference.
java.lang.Object | ||
↳ | android.support.v7.widget.RecyclerView.ViewHolder | |
↳ | android.support.wearable.view.WearableListView.ViewHolder |
Wrapper around items displayed in the list view. WearableListView.Adapter
must return objects that
are instances of this class. Consider making the wrapped View implement
WearableListView.OnCenterProximityListener
if you want to receive a callback when it becomes or
ceases to be the central item in the WearableListView.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
android.support.v7.widget.RecyclerView.ViewHolder
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
android.support.v7.widget.RecyclerView.ViewHolder
| |||||||||||
From class
java.lang.Object
|