Package com.tomtom.ivi.platform.systemui.api.common.systemuihost.containercontrollers.elementanimation

Types

Link copied to clipboard
class DefaultPanelSubContainerAnimator<VM : PanelSubContainerViewModel<SD>, SD>(    lifecycleOwner: LifecycleOwner,     enterAnimationProvider: PanelSubContainerAnimationProvider<SD>?,     exitAnimationProvider: PanelSubContainerAnimationProvider<SD>?) : PanelContainerElementAnimator<VM, SD>

Default PanelContainerElementAnimator which allows the animation for PanelContainerElement.SubContainer elements.

Link copied to clipboard
interface PanelContainerElementAnimator<VM : PanelSubContainerViewModel<SD>, SD>

Animator for PanelContainerElements.