DetailsParallax
public
class
DetailsParallax
extends RecyclerViewParallax
java.lang.Object | |||
↳ | androidx.leanback.widget.Parallax<androidx.leanback.widget.RecyclerViewParallax.ChildPositionProperty> | ||
↳ | androidx.leanback.widget.RecyclerViewParallax | ||
↳ | androidx.leanback.widget.DetailsParallax |
Subclass of Parallax object that tracks overview row's top and bottom edge in DetailsFragment or DetailsSupportFragment.
It can be used for both creating cover image parallax effect and controlling video playing
when transitioning to/from half/full screen. A direct use case is
DetailsFragmentBackgroundController
.
See also:
Summary
Public constructors | |
---|---|
DetailsParallax()
|
Public methods | |
---|---|
Parallax.IntProperty
|
getOverviewRowBottom()
Returns the bottom of the details overview row. |
Parallax.IntProperty
|
getOverviewRowTop()
Returns the top of the details overview row. |
Inherited methods | |
---|---|
Public constructors
DetailsParallax
public DetailsParallax ()
Public methods
getOverviewRowBottom
public Parallax.IntProperty getOverviewRowBottom ()
Returns the bottom of the details overview row. This is tracked for implementing the parallax effect.
Returns | |
---|---|
Parallax.IntProperty |
getOverviewRowTop
public Parallax.IntProperty getOverviewRowTop ()
Returns the top of the details overview row. This is tracked for implementing the parallax effect.
Returns | |
---|---|
Parallax.IntProperty |