Most visited

Recently visited

BrowseSupportFragment.BrowseTransitionListener

public static class BrowseSupportFragment.BrowseTransitionListener
extends Object

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


浏览器标题和行之间的转换。

Summary

Public constructors

BrowseSupportFragment.BrowseTransitionListener()

Public methods

void onHeadersTransitionStart(boolean withHeaders)

当标题转换开始时的回调。

void onHeadersTransitionStop(boolean withHeaders)

当标题转换停止时回调。

Inherited methods

From class java.lang.Object

Public constructors

BrowseSupportFragment.BrowseTransitionListener

BrowseSupportFragment.BrowseTransitionListener ()

Public methods

onHeadersTransitionStart

void onHeadersTransitionStart (boolean withHeaders)

当标题转换开始时的回调。

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

onHeadersTransitionStop

void onHeadersTransitionStop (boolean withHeaders)

当标题转换停止时回调。

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

Hooray!