Searched refs:DpSize (Results 1 – 4 of 4) sorted by relevance
24 import androidx.compose.ui.unit.DpSize38 fun DpSize.asDataPoint() = DataPointTypes.dpSize.makeDataPoint(this) in Dp() method74 val dpSize: DataPointType<DpSize> = in Dp()79 DpSize(getDouble("width").dp, getDouble("height").dp) in Dp()
23 import androidx.compose.ui.unit.DpSize37 FeatureCapture<SemanticsNode, DpSize>("size") { in <lambda>()
21 import androidx.compose.ui.unit.DpSize56 .convertsJsonObject(DpSize(width = 1.dp, height = 2.dp), """{"width":1, "height": 2}""") in dpSize_jsonConversion()
28 import androidx.compose.ui.unit.DpSize60 .hasNativeValue(DpSize(10.dp, 20.dp)) in dpSize_capturesDataPoint()