PaneExpansionAnchor.Proportion


PaneExpansionAnchor implementation that specifies the anchor position in the proportion of the total size of the layout at the start side of the anchor.

Summary

Public constructors

Proportion(proportion: @FloatRange(from = 0.0, to = 1.0) Float)
Cmn

Public functions

open operator Boolean
equals(other: Any?)
Cmn
open Int
Cmn

Public properties

Float

the proportion of the layout at the start side of the anchor. layout.

Cmn

Public constructors

Proportion

Proportion(proportion: @FloatRange(from = 0.0, to = 1.0) Float)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties

proportion

val proportionFloat

the proportion of the layout at the start side of the anchor. layout.