Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/transformation/
DTransformation.kt97 ) : this(start ?: BoundUnspecified, end ?: BoundUnspecified)
119 private fun Float.isSpecified() = this != BoundUnspecified in Float()
125 BoundUnspecified in Float()
130 const val BoundUnspecified = Float.MIN_VALUE constant
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
DTransitionDslTest.kt118 TransformationRange(start = 0.2f, end = TransformationRange.BoundUnspecified), in fractionRange()
119 TransformationRange(start = TransformationRange.BoundUnspecified, end = 0.9f), in fractionRange()
141 TransformationRange(start = 200 / 500f, end = TransformationRange.BoundUnspecified), in timestampRange()
142 TransformationRange(start = TransformationRange.BoundUnspecified, end = 400 / 500f), in timestampRange()