public class

BrowseFragment.BrowseTransitionListener

extends java.lang.Object

 java.lang.Object

↳androidx.leanback.app.BrowseFragment.BrowseTransitionListener

Overview

Listener for transitions between browse headers and rows.

Summary

Constructors
publicBrowseTransitionListener()

Methods
public voidonHeadersTransitionStart(boolean withHeaders)

Callback when headers transition starts.

public voidonHeadersTransitionStop(boolean withHeaders)

Callback when headers transition stops.

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructors

public BrowseTransitionListener()

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.