java.lang.Object | |
↳ | android.support.v17.leanback.widget.GuidedActionsStylist.ViewHolder |
ViewHolder caches information about the action item layouts' subviews. Subclasses of GuidedActionsStylist
may also wish to subclass this in order to add fields.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
view |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs an ViewHolder and caches the relevant subviews.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the checkmark view within this view holder's view.
| |||||||||||
Returns the chevron view within this view holder's view.
| |||||||||||
Returns the content view within this view holder's view, where title and description are
shown.
| |||||||||||
Returns the description view within this view holder's view.
| |||||||||||
Returns the icon view within this view holder's view.
| |||||||||||
Returns the title view within this view holder's view.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Constructs an ViewHolder and caches the relevant subviews.
Returns the content view within this view holder's view, where title and description are shown.