Home
last modified time | relevance | path

Searched defs:s (Results 1 – 20 of 20) sorted by relevance

/compose/lint/internal-lint-checks/src/test/java/androidx/compose/lint/
DPrimitiveInCollectionDetectorTest.kt210 val s = mutableSetOf($value) in variableSet() constant
215 val s = mutableSetOf("Hello", "World") in variableSet() constant
225 val s = mutableSetOf($value) in variableSet() constant
243 val s = HashSet<$type>() in variableHashSet() constant
248 val s = HashSet<String>() in variableHashSet() constant
258 val s = HashSet<$type>() in variableHashSet() constant
276 val s = mutableListOf($value) in variableList() constant
281 val s = mutableListOf("Hello", "World") in variableList() constant
291 val s = mutableListOf($value) in variableList() constant
309 val s = ArrayList<$type>() in variableArrayList() constant
[all …]
/compose/animation/animation-core/src/commonTest/kotlin/androidx/compose/animation/core/
DMonoSplineTest.kt57 val s = plotMonoSpline(mspline, 0, 0f, 5f) in testMonoSpline() constant
142 var s = minStr + CharArray(dimx) { ' ' }.concatToString() in drawTextGraph() variable
/compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/
DFloat16.kt429 val s = bits.ushr(Fp16SignShift) in toHexString() constant
536 val s = bits ushr Fp32SignShift in floatToHalf() constant
579 val s = bits and Fp16SignMask in halfToFloat() constant
DIntervalTree.kt153 val s = stack in forEach() constant
DMatrix.kt356 val s = sin(r).toFloat() in rotateX() constant
395 val s = sin(r).toFloat() in rotateY() constant
434 val s = sin(r).toFloat() in rotateZ() constant
DBezier.kt308 val s = roots[index] in findLineRoot() constant
472 val s = r.fastCoerceIn(0f, 1f) in closeTo() constant
/compose/material3/material3/samples/src/main/java/androidx/compose/material3/samples/
DCheckboxSamples.kt125 val s = parentState != ToggleableState.On in TriStateCheckboxSample() constant
206 val s = parentState != ToggleableState.On in TriStateCheckboxRoundedStrokesSample() constant
/compose/runtime/runtime/compose-runtime-benchmark/src/androidTest/java/androidx/compose/runtime/benchmark/realworld4/
DRealWorld4_Utilities.kt48 val s = ByteArray(16).apply { Random(this.hashCode().toLong()).nextBytes(this) } in toColor() constant
/compose/animation/animation-core/src/commonMain/kotlin/androidx/compose/animation/core/
DSpringSimulation.kt113 val s = naturalFreq * sqrt(dampingRatioSquared - 1) in Motion() constant
DArcSpline.kt335 val s = sin(angle) in <lambda>() constant
/compose/material3/material3/src/androidMain/kotlin/androidx/compose/material3/internal/colorUtil/
DCam.android.kt67 val s: Float, constant in androidx.compose.material3.internal.colorUtil.Cam
230 val s = 50.0f * sqrt(((alpha * frame.c) / (frame.aw + 4.0f))) in fromIntInFrame() constant
256 val s = 50.0f * sqrt(((alpha * frame.c) / (frame.aw + 4.0f))) in fromJchInFrame() constant
/compose/foundation/foundation/integration-tests/foundation-demos/src/main/java/androidx/compose/foundation/demos/collection/
DColorSet.kt265 val s = StringBuilder().append('[') in contains() constant
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/
DAndroidEmbeddedExternalSurfaceTest.kt381 val s = expectedSize / 2.0f in <lambda>() constant
393 val s = expectedSize.toFloat() in <lambda>() constant
/compose/material/material/samples/src/main/java/androidx/compose/material/samples/
DSelectionControlsSamples.kt74 val s = parentState != ToggleableState.On in <lambda>() constant
/compose/ui/ui-inspection/src/androidTest/java/androidx/compose/ui/inspection/testdata/
DTestLambdas.kt22 val short = { s: String -> s.length } in <lambda>() method
/compose/ui/ui-test/src/androidInstrumentedTest/kotlin/androidx/compose/ui/test/util/
DPointerInputs.kt208 val s = " of $this" in DataPoint() constant
/compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/collection/
DScopeMapTest.kt132 class Value(val s: String) in <lambda>() constant in androidx.compose.runtime.collection.ScopeMapTest.Value
/compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/vector/
DPathParser.kt432 val s = sqrt(disc) in drawArc() constant
/compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/snapshots/
DSnapshotIdSetTests.kt264 val s = SnapshotIdSet.EMPTY.set(0).set(Long.MAX_VALUE) in <lambda>() constant
/compose/animation/animation-graphics/src/androidInstrumentedTest/kotlin/androidx/compose/animation/graphics/vector/compat/
DXmlAnimatorParserTest.kt165 (set.animators[1] as AnimatorSet).let { s -> in <lambda>() method