java.lang.Object | ||
↳ | android.support.v17.leanback.widget.Row | |
↳ | android.support.v17.leanback.widget.DetailsOverviewRow |
An overview row for a details fragment. This row consists of an image, a
description view, and optionally a series of Action
s that can be taken for
the item.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructor for a DetailsOverviewRow.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Add an Action to the overview at the specified position.
| |||||||||||
Add an Action to the overview.
| |||||||||||
Gets a read-only view of the list of Actions of this details overview.
| |||||||||||
Gets the image drawable of this details overview.
| |||||||||||
Gets the main item for the details page.
| |||||||||||
Remove the given Action from the overview.
| |||||||||||
Sets a Bitmap as the image of this details overview.
| |||||||||||
Sets a drawable as the image of this details overview.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
android.support.v17.leanback.widget.Row
| |||||||||||
From class
java.lang.Object
|
Constructor for a DetailsOverviewRow.
item | The main item for the details page. |
---|
Add an Action to the overview at the specified position.
pos | The position to insert the Action. |
---|---|
action | The Action to add. |
Add an Action to the overview.
action | The Action to add. |
---|
Gets a read-only view of the list of Actions of this details overview.
Gets the image drawable of this details overview.
Remove the given Action from the overview.
action | The Action to remove. |
---|
Sets a Bitmap as the image of this details overview.
context | The context to retrieve display metrics from. |
---|---|
bm | The bitmap to set. |
Sets a drawable as the image of this details overview.
drawable | The drawable to set. |
---|