| /compose/ui/ui-test/src/commonMain/kotlin/androidx/compose/ui/test/ |
| D | VelocityPathFinder.kt | 175 val (d, x) = result in calculateOffsetForTime() constant 199 val (d, x) = result in calculateOffsetForTime() constant 271 private data class FittingResult(val d: Long, val x: Float) constant in androidx.compose.ui.test.ImpulseVelocityPathFinder.FittingResult 285 for (d in 1 until T) { in searchPath() constant 364 val d = in calculateOffsetForTime() constant
|
| /compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/node/ |
| D | ModifierNodeAttachOrderTest.kt | 84 val d = LoggerNode(log, "d") in logger() constant 107 val d = LoggerNode(log, "d") in logger() constant
|
| /compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/ |
| D | Bezier.kt | 168 val d = a - 2.0 * b + c in findFirstLineRoot() constant 205 val d = -p0 + 3.0 * (p1 - p2) + p3 in findFirstCubicRoot() constant 295 val d = a - 2.0 * b + c in findLineRoot() constant 708 var d = y in unitDivide() variable 867 val d = cubic[7] in findCubicExtremaY() constant
|
| /compose/material3/material3/src/androidMain/kotlin/androidx/compose/material3/internal/colorUtil/ |
| D | Frame.android.kt | 119 var d = in make() variable
|
| /compose/ui/ui/src/androidUnitTest/kotlin/androidx/compose/ui/node/ |
| D | DelegatingNodeTest.kt | 83 val d = DrawMod() in testNestedDelegatesHaveNodePointersCorrectlyUpdated() constant 92 val d = delegate(d) in testNestedDelegatesHaveNodePointersCorrectlyUpdated() constant 206 val d = DrawMod("d") in testVisitSubtreeWithDelegates() constant 230 val d = DrawMod("d") in testVisitAncestorsWithDelegates() constant
|
| /compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/ |
| D | CompositionAndDerivedStateTests.kt | 151 val d = in <lambda>() constant 291 val d = in <lambda>() constant 322 val d = derivedStateOf { a + b } in writingToADerviedStateDependencyTriggersAForwardInvalidate() constant
|
| D | PausableCompositionTests.kt | 264 val d = remember { rememberedObject("d") } in <lambda>() constant
|
| D | MovableContentTests.kt | 1305 val content = movableContentOf<Int> { d -> Text("d=$d") } in <lambda>() method
|
| D | CompositionTests.kt | 1033 class Wrapper(val a: Int, val b: Int, val c: Int, val d: Int) { in <lambda>() constant in androidx.compose.runtime.testRememberFourParameters.<lambda>.Wrapper 1079 class Wrapper(val a: Int, val b: Int, val c: Int, val d: Int, val e: Int) { in <lambda>() constant in androidx.compose.runtime.testRememberFiveParameters.<lambda>.Wrapper
|
| /compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/colorspace/ |
| D | TransferParameters.kt | 46 val d: Double, constant in androidx.compose.ui.graphics.colorspace.TransferParameters
|
| D | ColorSpace.kt | 555 val d = m[1] in inverse3x3() constant
|
| D | ColorSpaces.kt | 437 val d = params.b in <lambda>() constant
|
| D | Rgb.kt | 869 private val DoubleIdentity = DoubleFunction { d -> d } in <lambda>() method
|
| /compose/animation/animation-core/src/commonMain/kotlin/androidx/compose/animation/core/ |
| D | Easing.kt | 108 private val d: Float constant in androidx.compose.animation.core.CubicBezierEasing
|
| /compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/node/ |
| D | MyersDiff.kt | 157 for (d in 0 until max) { in midPoint() constant
|