Searched defs:k (Results 1 – 12 of 12) sorted by relevance
| /compose/animation/animation-core/src/commonMain/kotlin/androidx/compose/animation/core/ |
| D | ArcSpline.kt | 74 val k = j * 2 in <lambda>() constant 135 var k = 0 in <lambda>() variable 169 var k = 0 in <lambda>() variable
|
| D | SpringSimulation.kt | 88 val k = naturalFreq * naturalFreq in Motion() constant
|
| D | MonoSpline.kt | 132 val k = if (time <= timePoints[0]) 0 else (if (time >= timePoints[n - 1]) n - 1 else -1) in getPos() constant
|
| /compose/material3/material3/src/androidMain/kotlin/androidx/compose/material3/internal/colorUtil/ |
| D | Frame.android.kt | 147 val k = 1.0f / (5.0f * adaptingLuminance + 1.0f) in make() constant
|
| /compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/ |
| D | Color.kt | 320 val k = (n.toFloat() + h / 60f) % 6f in hsvToRgbComponent() constant 353 val k = (n.toFloat() + h / 30f) % 12f in hslToRgbComponent() constant
|
| /compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/node/ |
| D | MyersDiff.kt | 185 var k = -d in forward() variable 251 var k = -d in backward() variable
|
| D | NodeCoordinator.kt | 1550 a.forEach { k, v -> if (b[k] != v) return false } in compareEquals() method
|
| /compose/animation/animation-core/src/androidUnitTest/kotlin/androidx/compose/animation/core/ |
| D | SpringEstimationTest.kt | 30 class SpringEstimationTest(private val m: Double, private val k: Double) { in <lambda>() constant in androidx.compose.animation.core.SpringEstimationTest 43 .forEach { k -> add(arrayOf(m.toDouble(), k.toDouble())) } in <lambda>() method
|
| /compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/carousel/ |
| D | Strategy.kt | 494 from.fastForEach { k -> add(k.size - abs(sizeReduction), k.isAnchor) } in createShiftedKeylineListForContentPadding() method 501 newKeylines.fastMapIndexed { i, k -> k.copy(unadjustedOffset = from[i].unadjustedOffset) } in createShiftedKeylineListForContentPadding() method 522 from.toMutableList().move(srcIndex, dstIndex).fastForEach { k -> add(k.size, k.isAnchor) } in moveKeylineAndCreateShiftedKeylineList() method
|
| D | KeylineList.kt | 203 val k = get(index) in <lambda>() constant 563 val interpolatedKeylines = from.fastMapIndexed { i, k -> lerp(k, to[i], fraction) } in lerp() method
|
| /compose/runtime/runtime-saveable/src/commonMain/kotlin/androidx/compose/runtime/saveable/ |
| D | SaveableStateRegistry.kt | 156 restored?.forEach { k, v -> this[k] = v } in performSave() method
|
| /compose/material3/material3/src/androidUnitTest/kotlin/androidx/compose/material3/carousel/ |
| D | StrategyTest.kt | 57 .forEachIndexed { i, k -> in <lambda>() method
|