Most visited

Recently visited

FocusHighlight

public interface FocusHighlight

android.support.v17.leanback.widget.FocusHighlight


Interface for highlighting the item that has focus.

Summary

Constants

int ZOOM_FACTOR_LARGE

A large zoom factor, recommended for small item views.

int ZOOM_FACTOR_MEDIUM

A medium zoom factor, recommended for medium sized item views.

int ZOOM_FACTOR_NONE

No zoom factor.

int ZOOM_FACTOR_SMALL

A small zoom factor, recommended for large item views.

int ZOOM_FACTOR_XSMALL

An extra small zoom factor.

Constants

ZOOM_FACTOR_LARGE

int ZOOM_FACTOR_LARGE

A large zoom factor, recommended for small item views.

Constant Value: 3 (0x00000003)

ZOOM_FACTOR_MEDIUM

int ZOOM_FACTOR_MEDIUM

A medium zoom factor, recommended for medium sized item views.

Constant Value: 2 (0x00000002)

ZOOM_FACTOR_NONE

int ZOOM_FACTOR_NONE

No zoom factor.

Constant Value: 0 (0x00000000)

ZOOM_FACTOR_SMALL

int ZOOM_FACTOR_SMALL

A small zoom factor, recommended for large item views.

Constant Value: 1 (0x00000001)

ZOOM_FACTOR_XSMALL

int ZOOM_FACTOR_XSMALL

An extra small zoom factor.

Constant Value: 4 (0x00000004)

Hooray!