Home
last modified time | relevance | path

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

/compose/animation/animation-core/src/commonMain/kotlin/androidx/compose/animation/core/
DVisibilityThresholds.kt103 internal val VisibilityThresholdMap: Map<TwoWayConverter<*, *>, Float> = constant
DTransition.kt1430 VisibilityThresholdMap.get(typeConverter)?.let { in <lambda>()