Package com.tomtom.ivi.platform.systemui.api.common.systemuihost.subcontaineranimation

Types

Link copied to clipboard
class PanelSubContainerAnimationController<P : Any>(    lifecycleOwner: LifecycleOwner,     enterAnimationProvider: PanelSubContainerAnimationProvider<P>?,     exitAnimationProvider: PanelSubContainerAnimationProvider<P>?)

An animation controller for sub-container controllers to animate creation and removal of a sub-container.

Link copied to clipboard
interface PanelSubContainerAnimationProvider<in P : Any>

An interface to provide animation for a sub-container of a container view.

Functions

Automatic conversion of an animation resource animationRes to PanelSubContainerAnimationProvider for data binding.