public static class BrowseFragment.BrowseTransitionListener extends Object
Constructor and Description |
---|
BrowseTransitionListener() |
Modifier and Type | Method and Description |
---|---|
void |
onHeadersTransitionStart(boolean withHeaders)
Callback when headers transition starts.
|
void |
onHeadersTransitionStop(boolean withHeaders)
Callback when headers transition stops.
|
public void onHeadersTransitionStart(boolean withHeaders)
withHeaders
- True if the transition will result in headers
being shown, false otherwise.public void onHeadersTransitionStop(boolean withHeaders)
withHeaders
- True if the transition will result in headers
being shown, false otherwise.