public
static
class
BrowseFragment.BrowseTransitionListener
extends Object
| java.lang.Object | |
| ↳ | android.support.v17.leanback.app.BrowseFragment.BrowseTransitionListener |
Listener for transitions between browse headers and rows.
Public constructors | |
|---|---|
BrowseFragment.BrowseTransitionListener()
|
|
Public methods | |
|---|---|
void
|
onHeadersTransitionStart(boolean withHeaders)
Callback when headers transition starts. |
void
|
onHeadersTransitionStop(boolean withHeaders)
Callback when headers transition stops. |
Inherited methods | |
|---|---|
java.lang.Object
| |
BrowseFragment.BrowseTransitionListener ()
void onHeadersTransitionStart (boolean withHeaders)
Callback when headers transition starts.
| Parameters | |
|---|---|
withHeaders |
boolean:
True if the transition will result in headers
being shown, false otherwise.
|
void onHeadersTransitionStop (boolean withHeaders)
Callback when headers transition stops.
| Parameters | |
|---|---|
withHeaders |
boolean:
True if the transition will result in headers
being shown, false otherwise.
|