Home
last modified time | relevance | path

Searched defs:endY (Results 1 – 10 of 10) sorted by relevance

/compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/
DPathGeometry.kt48 var endY = 0.0f in Path() variable
DBrush.kt454 val endY = if (end.y == Float.POSITIVE_INFINITY) size.height else end.y in createShader() constant
DBezier.kt1000 private val PathSegment.endY: Float constant
/compose/foundation/foundation/integration-tests/foundation-demos/src/main/java/androidx/compose/foundation/demos/
DScrollableFocusedChildDemo.kt245 val endY = center.y + lineWidth / 2 in ResizeHandle() constant
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DDateRangePicker.kt1138 val endY = y2 * itemContainerHeight + stateLayerVerticalPadding in drawRangeBackground() constant
DOutlinedTextField.kt1298 val endY = in Placeable() constant
/compose/animation/animation/src/androidInstrumentedTest/kotlin/androidx/compose/animation/
DAnimatedVisibilityTest.kt248 val endY = density * 100 / 5f in <lambda>() constant
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/node/
DMyersDiff.kt321 inline val endY: Int constant
/compose/ui/ui-graphics/src/androidUnitTest/kotlin/androidx/compose/ui/graphics/layer/
DRobolectricGraphicsLayerTest.kt947 val endY = bottom - radius - offset in <lambda>() constant
/compose/ui/ui-graphics/src/androidInstrumentedTest/kotlin/androidx/compose/ui/graphics/layer/
DAndroidGraphicsLayerTest.kt1553 val endY = bottom - radius - offset in <lambda>() constant