Searched refs:BoundUnspecified (Results 1 – 2 of 2) sorted by relevance
97 ) : 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
118 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()