Package-level declarations

Types

Link copied to clipboard
@IviExperimental(reasons = [])
abstract class PanelSubContainerHolder(val root: ViewGroup)

A representation of a sub-container layout for panel or panels of PanelContainerControllers. PanelContainerControllers should subclass this to require views to render panel or panels.

Link copied to clipboard

An interface to manage a sub-container views. New sub-container view or views wrapped into PanelSubContainerHolder.

Link copied to clipboard
@IviExperimental(reasons = [])
abstract class PanelSubContainerState

Represents the state of a sub-containers of PanelContainerController used in the system UI. It allows controllers to restore sub-containers after the controllers have been recreated.