| java.lang.Object | |
| ↳ | android.support.v17.leanback.widget.Presenter.ViewHolder |
Known Direct Subclasses
|
Known Indirect Subclasses
|
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.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| view | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Queries optional implemented facet.
| |||||||||||
Sets dynamic implemented facet in addition to basic ViewHolder functions.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.support.v17.leanback.widget.FacetProvider
| |||||||||||
Queries optional implemented facet.
| facetClass | Facet classes to query, examples are: class of
ItemAlignmentFacet. |
|---|
Sets dynamic implemented facet in addition to basic ViewHolder functions.
| facetClass | Facet classes to query, can be class of ItemAlignmentFacet. |
|---|---|
| facetImpl | Facet implementation. |