| java.lang.Object | |
| ↳ | android.support.v17.leanback.widget.FocusHighlightHelper |
Sets up the highlighting behavior when an item gains focus.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Sets up the focus highlight behavior of a focused item in browse list row.
| |||||||||||
Sets up the focus highlight behavior of a focused item in header list.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Sets up the focus highlight behavior of a focused item in browse list row.
| adapter | adapter of the list row. |
|---|---|
| zoomIndex | One of ZOOM_FACTOR_SMALL
ZOOM_FACTOR_XSMALL
ZOOM_FACTOR_MEDIUM
ZOOM_FACTOR_LARGE
ZOOM_FACTOR_NONE. |
| useDimmer | Allow dimming browse item when unselected. |
Sets up the focus highlight behavior of a focused item in header list.
| gridView | the header list. |
|---|