PanelListSubContainerManager

interface PanelListSubContainerManager

Functions

Link copied to clipboard
abstract fun animateRemoveSubContainer(    subContainer: View,     panel: Panel,     animationListener: Animation.AnimationListener)
Link copied to clipboard
abstract fun createPanelDismissAnimation(transitionDestination: PanelTransitionDestination?, panelView: View): Animation
Link copied to clipboard
abstract fun createSubContainer(parentContainer: ViewGroup): ViewGroup

Creates a sub-container for an individual panel. Sub-containers allow for multiple panels visible to the user at the same time and transitions of individual panels.

Inheritors

Link copied to clipboard