public static class BrowseFragment.BrowseTransitionListener
extends Object
java.lang.Object | |
↳ | android.support.v17.leanback.app.BrowseFragment.BrowseTransitionListener |
浏览器标题和行之间的转换。
Public constructors |
|
---|---|
BrowseFragment.BrowseTransitionListener() |
Public methods |
|
---|---|
void |
onHeadersTransitionStart(boolean withHeaders) 当标题转换开始时的回调。 |
void |
onHeadersTransitionStop(boolean withHeaders) 当标题转换停止时回调。 |
Inherited methods |
|
---|---|
From class java.lang.Object
|
BrowseFragment.BrowseTransitionListener ()
void onHeadersTransitionStart (boolean withHeaders)
当标题转换开始时的回调。
Parameters | |
---|---|
withHeaders |
boolean : True if the transition will result in headers being shown, false otherwise. |
void onHeadersTransitionStop (boolean withHeaders)
当标题转换停止时回调。
Parameters | |
---|---|
withHeaders |
boolean : True if the transition will result in headers being shown, false otherwise. |