WearableListView.ViewHolder
public
static
class
WearableListView.ViewHolder
extends RecyclerView.ViewHolder
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.
Summary
Inherited fields |
From
class
android.support.v7.widget.RecyclerView.ViewHolder
|
Inherited methods |
From
class
android.support.v7.widget.RecyclerView.ViewHolder
|
From
class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public constructors
WearableListView.ViewHolder
WearableListView.ViewHolder (View itemView)