Android APIs
public static class

BrowseSupportFragment.BrowseTransitionListener

extends Object
java.lang.Object
   ↳ android.support.v17.leanback.app.BrowseSupportFragment.BrowseTransitionListener

Class Overview

Listener for transitions between browse headers and rows.

Summary

Public Constructors
BrowseSupportFragment.BrowseTransitionListener()
Public Methods
void onHeadersTransitionStart(boolean withHeaders)
Callback when headers transition starts.
void onHeadersTransitionStop(boolean withHeaders)
Callback when headers transition stops.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public BrowseSupportFragment.BrowseTransitionListener ()

Public Methods

public void onHeadersTransitionStart (boolean withHeaders)

Callback when headers transition starts.

Parameters
withHeaders True if the transition will result in headers being shown, false otherwise.

public void onHeadersTransitionStop (boolean withHeaders)

Callback when headers transition stops.

Parameters
withHeaders True if the transition will result in headers being shown, false otherwise.