public static class

WearableListView.ViewHolder

extends RecyclerView.ViewHolder

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

Class Overview

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.

Summary

[Expand]
Inherited Fields
From class android.support.v7.widget.RecyclerView.ViewHolder
Public Constructors
WearableListView.ViewHolder(View itemView)
[Expand]
Inherited Methods
From class android.support.v7.widget.RecyclerView.ViewHolder
From class java.lang.Object

Public Constructors

public WearableListView.ViewHolder (View itemView)