Android APIs
public static class

Presenter.ViewHolder

extends Object
java.lang.Object
   ↳ android.support.v17.leanback.widget.Presenter.ViewHolder
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

ViewHolder can be subclassed and used to cache any view accessors needed to improve binding performance (for example, results of findViewById) without needing to subclass a View.

Summary

Fields
public final View view
Public Constructors
Presenter.ViewHolder(View view)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public final View view

Public Constructors

public Presenter.ViewHolder (View view)