Home
last modified time | relevance | path

Searched defs:dp (Results 1 – 3 of 3) sorted by relevance

/compose/ui/ui-unit/src/commonMain/kotlin/androidx/compose/ui/unit/
DDp.kt112 inline val Int.dp: Dp in takeOrElse() constant
117 inline val Double.dp: Dp in takeOrElse() constant
122 inline val Float.dp: Dp in takeOrElse() constant
/compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/
DBottomSheetScaffoldTest.kt827 for (dp in listOf(0.dp, 200.dp, 400.dp)) { in <lambda>() method
DModalBottomSheetTest.kt568 for (dp in listOf(0.dp, 200.dp, 400.dp)) { in <lambda>() method