Home
last modified time | relevance | path

Searched defs:c (Results 1 – 25 of 56) sorted by relevance

123

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/internal/
DComposableLambda.kt118 val c = c.startRestartGroup(key) in sameBits() constant
127 val c = c.startRestartGroup(key) in sameBits() constant
138 val c = c.startRestartGroup(key) in sameBits() constant
150 val c = c.startRestartGroup(key) in sameBits() constant
175 val c = c.startRestartGroup(key) in sameBits() constant
202 val c = c.startRestartGroup(key) in sameBits() constant
227 val c = c.startRestartGroup(key) in sameBits() constant
260 val c = c.startRestartGroup(key) in sameBits() constant
295 val c = c.startRestartGroup(key) in sameBits() constant
332 val c = c.startRestartGroup(key) in sameBits() constant
[all …]
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/node/
DNodeChainTests.kt62 val c = object : NodeModifierElementNode(AttachedStateDebuggerNode()) {} in testAttachDetach2() constant
74 val (a, b, c) = reusableModifiers("a", "b", "c") in testInsertsAndDeletesAtTail() constant
86 val (a, b, c) = reusableModifiers("a", "b", "c") in testInsertsAndDeletesAtHead() constant
98 val (a, b, c) = reusableModifiers("a", "b", "c") in testInsertsInMiddle() constant
110 val (a, b, c) = reusableModifiers("a", "b", "c") in testRemovingEverything() constant
120 val (a, b, c) = reusableModifiers("a", "b", "c") in testSwapModifierInMiddle() constant
130 val (a, b, c) = reusableModifiers("a", "b", "c") in testSwapModifierAtHead() constant
140 val (a, b, c) = reusableModifiers("a", "b", "c") in testSwapModifierAtTail() constant
DMyersDiffTests.kt28 val (c, log) = executeListDiff(a, b) in testDiffWithRemovesAtStart() constant
50 val (c, log) = executeListDiff(a, b) in testDiffWithRemovesAtEnd() constant
69 val (c, log) = executeListDiff(a, b) in testDiffWithInsertsAtEnd() constant
93 val (c, log) = executeListDiff(a, b) in testDiff() constant
DModifierNodeAttachOrderTest.kt83 val c = LoggerNode(log, "c") in logger() constant
106 val c = LoggerNode(log, "c") in logger() constant
/compose/ui/ui/src/androidUnitTest/kotlin/androidx/compose/ui/node/
DDelegatingNodeTest.kt43 val c = object : DelegatingNode() {} in testKindSetUpdatesAfter() constant
84 val c = DrawMod() in testNestedDelegatesHaveNodePointersCorrectlyUpdated() constant
87 val c = delegate(c) in testNestedDelegatesHaveNodePointersCorrectlyUpdated() constant
205 val c = DelegatedWrapper { DrawMod("c") } in testVisitSubtreeWithDelegates() constant
229 val c = DelegatedWrapper { DrawMod("c") } in testVisitAncestorsWithDelegates() constant
321 val c = object : DelegatingNode() {} in testDelegateUndelegateInChain() constant
508 val c = a.delegateUnprotected(object : DelegatingNode() {}) in testUndelegateForNestedDelegate() constant
586 val c = LayoutMod() in testDelegatingToLayoutNodeUpdatesCoordinators() constant
614 val c = DrawMod() in testDelegateAttachDetach() constant
/compose/animation/animation-core/src/commonTest/kotlin/androidx/compose/animation/core/
DMonoSplineTest.kt86 var c = 0 in plotMonoSpline() variable
114 val c = Array(dimy) { CharArray(dimx) } in drawTextGraph() constant
/compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/colorspace/
DColorSpaces.kt396 val c = params.e in <lambda>() constant
418 val c = params.e in <lambda>() constant
436 val c = 1.0 / params.f in <lambda>() constant
DTransferParameters.kt44 val c: Double, constant in androidx.compose.ui.graphics.colorspace.TransferParameters
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/layout/
DLookaheadDelegatesTest.kt64 Modifier.layout { m, c -> in <lambda>() method
103 Modifier.layout { m, c -> in <lambda>() method
113 Modifier.layout { m, c -> in <lambda>() method
127 Modifier.layout { m, c -> in <lambda>() method
DPlacementScopeMotionFrameOfReferenceTest.kt76 Modifier.layout { m, c -> in <lambda>() method
143 Modifier.layout { m, c -> in <lambda>() method
214 Modifier.layout { m, c -> in <lambda>() method
277 Modifier.layout { m, c -> in <lambda>() method
/compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/
DBezier.kt103 val c = 3.0f * (p1 - p0) in evaluateCubic() constant
117 val c = p1 in evaluateCubic() constant
167 val c = p2.toDouble() in findFirstLineRoot() constant
204 var c = p0.toDouble() in findFirstCubicRoot() variable
294 val c = p2.toDouble() in findLineRoot() constant
866 val c = cubic[5] in findCubicExtremaY() constant
DMatrix.kt357 val c = cos(r).toFloat() in rotateX() constant
396 val c = cos(r).toFloat() in rotateY() constant
435 val c = cos(r).toFloat() in rotateZ() constant
/compose/animation/animation-core/src/androidUnitTest/kotlin/androidx/compose/animation/core/
DSpringEstimationTest.kt160 for (c in 1..10_000 step 500) { in <lambda>() constant
182 val c = 2.0 * sqrt(k * m) in <lambda>() constant
/compose/ui/ui-text/src/androidUnitTest/kotlin/androidx/compose/ui/text/input/
DGapBufferTest.kt550 var c = 256 // cursor in longTextTest_keep_insertion() variable
567 var c = 2048 // cursor in longTextTest_keep_deletion() variable
600 var c = LONG_INIT_TEXT.length / 2 in randomInsertDeleteStressTest() variable
/compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/snapshots/
DDerivedSnapshotStateTests.kt61 val c = derivedStateOf { a.value + b.value } in <lambda>() constant
73 val c = derivedStateOf { a.value + b.value } in <lambda>() constant
/compose/animation/animation-core/src/commonMain/kotlin/androidx/compose/animation/core/
DSpringSimulation.kt89 val c = 2.0 * naturalFreq * dampingRatio in Motion() constant
/compose/material3/material3/src/androidMain/kotlin/androidx/compose/material3/internal/colorUtil/
DFrame.android.kt50 val c: Float, constant in androidx.compose.material3.internal.colorUtil.Frame
115 val c: Float = in make() constant
/compose/foundation/foundation/src/androidUnitTest/kotlin/androidx/compose/foundation/text/input/internal/
DGapBufferTest.kt735 var c = 256 // cursor in longTextTest_keep_insertion() variable
752 var c = 2048 // cursor in longTextTest_keep_deletion() variable
785 var c = LONG_INIT_TEXT.length / 2 in randomInsertDeleteStressTest() variable
/compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/vector/
DFastFloatParser.kt59 var c = s[index] in nextFloat() variable
/compose/runtime/runtime/src/jvmMain/kotlin/androidx/compose/runtime/internal/
DComposableLambdaN.jvm.kt113 var c = args[realParams] as Composer in <lambda>() variable
/compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/gestures/
DAndroidScrollable.android.kt52 .fastFold(Offset.Zero) { acc, c -> acc + c.scrollDelta } in <lambda>() method
/compose/ui/ui/src/androidUnitTest/kotlin/androidx/compose/ui/spatial/
DThrottledCallbacksTest.kt56 var c = 0 in <lambda>() variable
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/tooling/
DUiErrorTraceTests.kt231 Modifier.layout { m, c -> in <lambda>() method
259 Modifier.layout { m, c -> in <lambda>() method
300 SubcomposeLayout { c -> in <lambda>() method
316 SubcomposeLayout { c -> in <lambda>() method
337 SubcomposeLayout { c -> in <lambda>() method
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/node/
DNodeChain.kt240 val c = node.coordinator as LayoutModifierNodeCoordinator in <lambda>() constant
246 val c = LayoutModifierNodeCoordinator(layoutNode, layoutmod) in <lambda>() constant
/compose/animation/animation/src/commonMain/kotlin/androidx/compose/animation/
DSharedElement.kt214 val c = requireNotNull(lookaheadCoords()) { "Error: lookahead coordinates is null." } in calculateLookaheadOffset() constant

123