java.lang.Object | ||
↳ | android.support.v17.leanback.widget.FullWidthDetailsOverviewRowPresenter.Listener | |
↳ | android.support.v17.leanback.widget.FullWidthDetailsOverviewSharedElementHelper |
Helper class to assist delayed shared element activity transition for view created by
FullWidthDetailsOverviewRowPresenter
. User must call
setSharedElementEnterTransition(Activity, String, long)
during activity onCreate() and
call setListener(FullWidthDetailsOverviewRowPresenter.Listener)
.
The helper implements FullWidthDetailsOverviewRowPresenter.Listener
and starts delayed
activity transition once onBindLogo(ViewHolder)
is called.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns true if auto startPostponedEnterTransition() when bound to logo.
| |||||||||||
notifyOnBindLogo(ViewHolder) is called.
| |||||||||||
Enable or disable auto startPostponedEnterTransition() when bound to logo.
| |||||||||||
Manually start postponed enter transition.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
android.support.v17.leanback.widget.FullWidthDetailsOverviewRowPresenter.Listener
| |||||||||||
From class
java.lang.Object
|
Returns true if auto startPostponedEnterTransition() when bound to logo. When it's
disabled, app must call startPostponedEnterTransition()
to kick off
windowEnterTransition. By default, it is disabled when there is no
windowEnterSharedElementTransition set on the activity.
notifyOnBindLogo(ViewHolder)
is called.
vh | The ViewHolder that has bound logo view. |
---|
Enable or disable auto startPostponedEnterTransition() when bound to logo. When it's
disabled, app must call startPostponedEnterTransition()
to kick off
windowEnterTransition. By default, it is disabled when there is no
windowEnterSharedElementTransition set on the activity.
Manually start postponed enter transition.