belongs to Maven artifact com.android.support:leanback-v17:28.0.0-alpha1
BaseSupportFragment
public
class
BaseSupportFragment
extends BrandedSupportFragment
java.lang.Object | |||
↳ | android.support.v4.app.Fragment | ||
↳ | android.support.v17.leanback.app.BrandedSupportFragment | ||
↳ | android.support.v17.leanback.app.BaseSupportFragment |
![]() |
Base class for leanback Fragments. This class is not intended to be subclassed by apps.
Summary
Public methods | |
---|---|
final
ProgressBarManager
|
getProgressBarManager()
Returns the |
void
|
onCreate(Bundle savedInstanceState)
Called to do initial creation of a fragment. |
void
|
onViewCreated(View view, Bundle savedInstanceState)
Called immediately after |
void
|
prepareEntranceTransition()
Enables entrance transition. |
void
|
startEntranceTransition()
When fragment finishes loading data, it should call startEntranceTransition() to execute the entrance transition. |
Protected methods | |
---|---|
Object
|
createEntranceTransition()
Create entrance transition. |
void
|
onEntranceTransitionEnd()
Callback when entrance transition is ended. |
void
|
onEntranceTransitionPrepare()
Callback when entrance transition is prepared. |
void
|
onEntranceTransitionStart()
Callback when entrance transition is started. |
void
|
runEntranceTransition(Object entranceTransition)
Run entrance transition. |
Inherited methods | |
---|---|
![]()
android.support.v17.leanback.app.BrandedSupportFragment
|