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

Types

Link copied to clipboard
class PanelSubContainerAnimationController<SD>

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

Link copied to clipboard
interface PanelSubContainerAnimationProvider<in SD>

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

Functions

fun convertToResourceSubContainerAnimationProvider(@AnimRes animationRes: Int?): PanelSubContainerAnimationProvider<Any>?

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