stable class HorizontalChainScope { unstable val id: Any stable val parent: ConstrainedLayoutReference runtime val start: VerticalAnchorable runtime val absoluteLeft: VerticalAnchorable runtime val end: VerticalAnchorable runtime val absoluteRight: VerticalAnchorable } stable class VerticalChainScope { unstable val id: Any stable val parent: ConstrainedLayoutReference runtime val top: HorizontalAnchorable runtime val bottom: HorizontalAnchorable } stable class ConstrainScope { unstable val id: Any unstable val containerObject: CLObject stable val parent: ConstrainedLayoutReference runtime val start: VerticalAnchorable runtime val absoluteLeft: VerticalAnchorable runtime val top: HorizontalAnchorable runtime val end: VerticalAnchorable runtime val absoluteRight: VerticalAnchorable runtime val bottom: HorizontalAnchorable runtime val baseline: BaselineAnchorable stable var width$delegate: DimensionProperty stable var height$delegate: DimensionProperty stable var visibility$delegate: stable var alpha: Float stable var scaleX$delegate: FloatProperty stable var scaleY$delegate: FloatProperty stable var rotationX$delegate: FloatProperty stable var rotationY$delegate: FloatProperty stable var rotationZ$delegate: FloatProperty stable var translationX$delegate: DpProperty stable var translationY$delegate: DpProperty stable var translationZ$delegate: DpProperty stable var pivotX$delegate: FloatProperty stable var pivotY$delegate: FloatProperty stable var horizontalChainWeight$delegate: FloatProperty stable var verticalChainWeight$delegate: FloatProperty stable var horizontalBias: Float stable var verticalBias: Float } unstable class ConstraintLayoutScope { stable var referencesObject: ConstrainedLayoutReferences? stable val ChildrenStartIndex: Int stable var childId: Int unstable val childrenRefs: ArrayList{ kotlin.collections.TypeAliasesKt.ArrayList } = Unstable } unstable class ConstraintSetScope { stable var generatedCount: Int = Unstable } unstable class State { stable val density: Density stable var rootIncomingConstraints: Constraints stable var layoutDirection: LayoutDirection = Unstable } unstable class DesignElements { unstable var map: HashMap{ kotlin.collections.TypeAliasesKt.HashMap }, Unit>>{ kotlin.collections.TypeAliasesKt.HashMap{ kotlin.collections.TypeAliasesKt.HashMap }, Unit>> } = Unstable } stable class VerticalAnchor { unstable val id: Any stable val index: Int stable val reference: LayoutReference } stable class HorizontalAnchor { unstable val id: Any stable val index: Int stable val reference: LayoutReference } stable class BaselineAnchor { unstable val id: Any stable val reference: LayoutReference } unstable class ConstraintLayoutBaseScope { unstable val tasks: MutableList> unstable val containerObject: CLObject stable var helpersHashCode: Int stable val HelpersStartId: Int stable var helperId: Int = Unstable } stable class LayoutReference { unstable val id: Any unstable val helperParamsMap: MutableMap } stable class ConstrainedLayoutReference { unstable val id: Any stable val start: VerticalAnchor stable val absoluteLeft: VerticalAnchor stable val top: HorizontalAnchor stable val end: VerticalAnchor stable val absoluteRight: VerticalAnchor stable val bottom: HorizontalAnchor stable val baseline: BaselineAnchor } stable class HorizontalChainReference { stable val start: VerticalAnchor stable val absoluteLeft: VerticalAnchor stable val end: VerticalAnchor stable val absoluteRight: VerticalAnchor } stable class VerticalChainReference { stable val top: HorizontalAnchor stable val bottom: HorizontalAnchor } stable class ChainStyle { stable val name: String stable val bias: Float? } stable class Visibility { stable val name: String } stable class GridFlag { stable val name: String } stable class Wrap { stable val name: String } stable class VerticalAlign { stable val name: String } stable class HorizontalAlign { stable val name: String } stable class FlowStyle { stable val name: String } unstable class MotionLayoutScope { unstable val measurer: MotionMeasurer runtime val motionProgress: MotionProgress = Unstable } unstable class MotionSceneScope { stable var generatedCount: Int stable var generatedIdCount: Int unstable var constraintSetsByName: HashMap{ kotlin.collections.TypeAliasesKt.HashMap } unstable var transitionsByName: HashMap{ kotlin.collections.TypeAliasesKt.HashMap } = Unstable } stable class ConstraintSetRef { stable val name: String = Stable } unstable class TransitionScope { stable val from: String stable val to: String unstable val containerObject: CLObject unstable val keyFramesObject: CLObject unstable val keyAttributesArray: CLArray unstable val keyPositionsArray: CLArray unstable val keyCyclesArray: CLArray unstable val onSwipeObject: CLObject stable var motionArc: Arc stable var onSwipe: OnSwipe? stable var staggered: Float = Unstable } unstable class BaseKeyFramesScope { unstable val keyFramePropsObject: CLObject unstable val targetsContainer: CLArray unstable val framesContainer: CLArray unstable var easing$delegate: ObservableProperty = Unstable } stable class KeyAttributesScope { = Stable } unstable class KeyPositionsScope { unstable var type$delegate: ObservableProperty = Unstable } stable class KeyCyclesScope { = Stable } unstable class BaseKeyFrameScope { unstable val keyFramePropertiesValue: MutableMap unstable val customPropertiesValue: MutableMap = Unstable } unstable class KeyAttributeScope { unstable var alpha$delegate: ObservableProperty unstable var scaleX$delegate: ObservableProperty unstable var scaleY$delegate: ObservableProperty unstable var rotationX$delegate: ObservableProperty unstable var rotationY$delegate: ObservableProperty unstable var rotationZ$delegate: ObservableProperty unstable var translationX$delegate: ObservableProperty unstable var translationY$delegate: ObservableProperty unstable var translationZ$delegate: ObservableProperty = Unstable } unstable class KeyPositionScope { unstable var percentX$delegate: ObservableProperty unstable var percentY$delegate: ObservableProperty unstable var percentWidth$delegate: ObservableProperty unstable var percentHeight$delegate: ObservableProperty unstable var curveFit$delegate: ObservableProperty = Unstable } unstable class KeyCycleScope { unstable var alpha$delegate: ObservableProperty unstable var scaleX$delegate: ObservableProperty unstable var scaleY$delegate: ObservableProperty unstable var rotationX$delegate: ObservableProperty unstable var rotationY$delegate: ObservableProperty unstable var rotationZ$delegate: ObservableProperty unstable var translationX$delegate: ObservableProperty unstable var translationY$delegate: ObservableProperty unstable var translationZ$delegate: ObservableProperty unstable var period$delegate: ObservableProperty unstable var offset$delegate: ObservableProperty unstable var phase$delegate: ObservableProperty = Unstable } stable class OnSwipe { stable val anchor: ConstrainedLayoutReference stable val side: SwipeSide stable val direction: SwipeDirection stable val dragScale: Float stable val dragThreshold: Float stable val dragAround: ConstrainedLayoutReference? stable val limitBoundsTo: ConstrainedLayoutReference? stable val onTouchUp: SwipeTouchUp stable val mode: SwipeMode = Stable } stable class Easing { stable val name: String = Stable } stable class Arc { stable val name: String = Stable } stable class SwipeMode { stable val name: String stable val springMass: Float stable val springStiffness: Float stable val springDamping: Float stable val springThreshold: Float stable val springBoundary: SpringBoundary stable val maxVelocity: Float stable val maxAcceleration: Float = Stable } stable class SwipeTouchUp { stable val name: String = Stable } stable class SwipeDirection { stable val name: String = Stable } stable class SwipeSide { stable val name: String = Stable } stable class SpringBoundary { stable val name: String = Stable } stable class CurveFit { stable val name: String = Stable } stable class RelativePosition { stable val name: String = Stable }