Home
last modified time | relevance | path

Searched refs:boundsSpec (Results 1 – 1 of 1) sorted by relevance

/compose/material3/adaptive/adaptive-layout/src/commonMain/kotlin/androidx/compose/material3/adaptive/layout/
DPaneMotion.kt705 internal class DerivedSizeAnimationSpec(private val boundsSpec: FiniteAnimationSpec<IntRect>) : constant in androidx.compose.material3.adaptive.layout.DerivedSizeAnimationSpec
710 boundsSpec.vectorize( in vectorize()
724 return boundsSpec == other.boundsSpec in equals()
727 override fun hashCode(): Int = boundsSpec.hashCode() in hashCode()
730 internal class DerivedOffsetAnimationSpec(private val boundsSpec: FiniteAnimationSpec<IntRect>) : in hashCode() constant in androidx.compose.material3.adaptive.layout.DerivedOffsetAnimationSpec
735 boundsSpec.vectorize( in hashCode()
749 return boundsSpec == other.boundsSpec in hashCode()
752 override fun hashCode(): Int = boundsSpec.hashCode() in hashCode()