DetailsParallax
open class DetailsParallax : RecyclerViewParallax
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 androidx.leanback.app.DetailsFragmentBackgroundController
.
Summary
Public constructors | |
---|---|
<init>() |
Public methods | |
---|---|
open Parallax.IntProperty! |
Returns the bottom of the details overview row. |
open Parallax.IntProperty! |
Returns the top of the details overview row. |
Inherited functions | |
---|---|
Public constructors
<init>
DetailsParallax()
Public methods
getOverviewRowBottom
open fun getOverviewRowBottom(): Parallax.IntProperty!
Returns the bottom of the details overview row. This is tracked for implementing the parallax effect.
getOverviewRowTop
open fun getOverviewRowTop(): Parallax.IntProperty!
Returns the top of the details overview row. This is tracked for implementing the parallax effect.