| /compose/foundation/foundation/src/androidUnitTest/kotlin/androidx/compose/foundation/text/input/internal/ |
| D | CodepointTransformationTest.kt | 33 val source = TextFieldCharSequence("a${SurrogateCodepointString}c$SurrogateCodepointString") in <lambda>() constant 53 val source = TextFieldCharSequence("a${SurrogateCodepointString}c") in <lambda>() constant 80 .forEach { (source, dest) -> in <lambda>() method 89 val source = TextFieldCharSequence("a${SurrogateCodepointString}c") in <lambda>() constant 117 .forEach { (dest, source) -> in <lambda>() method
|
| D | ToCharArrayTest.kt | 40 sources.forEach { source -> in <lambda>() method 47 sources.forEach { source -> in <lambda>() method 54 sources.forEach { source -> assertFails { source.toCharArray(dest, dest.size + 1, 0, 1) } } in <lambda>() method 59 sources.forEach { source -> assertFails { source.toCharArray(dest, dest.size, 0, 1) } } in <lambda>() method 64 sources.forEach { source -> in <lambda>() method 87 sources.forEach { source -> in <lambda>() method
|
| /compose/ui/ui-graphics/src/commonTest/kotlin/androidx/compose/ui/graphics/ |
| D | ColorSpaceTest.kt | 356 val source = floatArrayOf(0.75f, 0.5f, 0.25f) in <lambda>() constant 375 val source = floatArrayOf(0.3012f, 0.2679f, 0.0840f) in <lambda>() constant 415 var source = floatArrayOf(1.0f, 0.5f, 0.0f) in <lambda>() variable 452 val source = floatArrayOf(1.0f, 0.0f, 0.0f) in <lambda>() constant 468 val source = floatArrayOf(0.9f, 0.9f, 0.9f) in <lambda>() constant 493 val source = floatArrayOf(0.11112f, 0.22227f, 0.444448f) in <lambda>() constant 505 val source = floatArrayOf(1.0f, 0.0f, 0.0f) in <lambda>() constant 550 val source = floatArrayOf(0.6f, 0.9f, 0.7f) in <lambda>() constant 562 var source = floatArrayOf(100.0f, 0.0f, 0.0f) in <lambda>() variable 641 val source = floatArrayOf(0.32f, 0.43f, 0.54f) in <lambda>() constant [all …]
|
| D | ColorMatrixTest.kt | 27 private val source = constant in androidx.compose.ui.graphics.ColorMatrixTest
|
| /compose/ui/ui-lint/src/main/java/androidx/compose/ui/lint/ |
| D | ModifierDeclarationDetector.kt | 91 val source = node.sourcePsi in getApplicableUastTypes() constant 184 val source = in UMethod() constant 185 when (val source = sourcePsi) { in UMethod() constant 346 val source = sourcePsi in checkReturnType() constant
|
| D | ModifierParameterDetector.kt | 74 val source = modifierParameter.sourcePsi as KtParameter in <lambda>() constant
|
| /compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/internal/ |
| D | SnapshotThreadLocal.kt | 89 var source = 0 in newWith() variable
|
| /compose/runtime/runtime-lint/src/main/java/androidx/compose/runtime/lint/ |
| D | RememberInCompositionDetector.kt | 183 val source = node.sourcePsi as? KtElement ?: return false in getterOrSuperDeclarationsHaveAnnotation() constant
|
| D | ComposableFlowOperatorDetector.kt | 107 return when (val source = sourcePsi) { in isFlowOperator() method
|
| /compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/layout/ |
| D | LookaheadLayoutCoordinates.kt | 98 val source = sourceCoordinates.lookaheadDelegate in <lambda>() constant
|
| D | LookaheadScope.kt | 260 val source = sourceCoordinates.toLookaheadCoordinates() in LayoutCoordinates() constant
|
| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/content/ |
| D | TransferableContent.kt | 43 val source: Source, constant in androidx.compose.foundation.content.TransferableContent
|
| /compose/lint/common/src/main/java/androidx/compose/lint/ |
| D | ComposableUtils.kt | 111 val source = initializer.sourcePsi constant
|
| /compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/external/kotlinx/collections/immutable/ |
| D | ImmutableList.kt | 32 …private class SubList<E>(private val source: ImmutableList<E>, private val fromIndex: Int, private… in subList() constant in androidx.compose.runtime.external.kotlinx.collections.immutable.ImmutableList.SubList
|
| /compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/input/pointer/ |
| D | MotionEventAdapter.android.kt | 232 val source = motionEvent.source in <lambda>() constant
|
| /compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/focus/ |
| D | RequestFocusEnterExitTest.kt | 36 private val source = FocusRequester() constant
|
| /compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/focus/ |
| D | FocusOwnerImpl.kt | 306 val source = in <lambda>() constant
|
| /compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/ |
| D | ClickableTest.kt | 4187 val indication = TestIndicationNodeFactory { source, coroutineScope -> in <lambda>() method 4228 val indication = TestIndicationNodeFactory { source, coroutineScope -> in <lambda>() method 4284 val indication = TestIndicationNodeFactory { source, coroutineScope -> in <lambda>() method 4390 val indication1 = TestIndicationNodeFactory { source, coroutineScope -> in <lambda>() method 4399 val indication2 = TestIndicationNodeFactory { source, coroutineScope -> in <lambda>() method 4454 TestIndicationNodeFactory(onDetach = { detached1 = true }) { source, coroutineScope -> in <lambda>() method 4463 val indication2 = TestIndicationNodeFactory { source, coroutineScope -> in <lambda>() method 4638 TestIndicationNodeFactory(onDetach = { detached = true }) { source, coroutineScope -> in <lambda>() method 5133 val indication = TestIndicationNodeFactory { source, coroutineScope -> in <lambda>() method 5175 val indication = TestIndicationNodeFactory { source, coroutineScope -> in <lambda>() method [all …]
|
| /compose/ui/ui/samples/src/main/java/androidx/compose/ui/samples/ |
| D | AndroidViewSample.kt | 79 private val observer = LifecycleEventObserver { source, event -> in AndroidViewWithReleaseSample() method
|
| /compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/colorspace/ |
| D | Connector.kt | 63 val source: ColorSpace, constant in androidx.compose.ui.graphics.colorspace.Connector
|
| /compose/foundation/foundation/src/androidUnitTest/kotlin/androidx/compose/foundation/text/input/ |
| D | TextFieldBufferTest.kt | 634 val source = this in <lambda>() constant
|
| /compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/selection/ |
| D | ToggleableTest.kt | 1341 val indication = TestIndicationNodeFactory { source, coroutineScope -> in <lambda>() method 1406 val indication = TestIndicationNodeFactory { source, coroutineScope -> in <lambda>() method
|
| D | SelectableTest.kt | 1098 val indication = TestIndicationNodeFactory { source, coroutineScope -> in <lambda>() method
|
| /compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/input/pointer/ |
| D | AndroidPointerInputTest.kt | 7138 val source = in MotionEvent() constant 7182 val source = in MotionEvent() constant
|
| /compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/ |
| D | SlotTableTests.kt | 5501 val source: String?, constant in androidx.compose.runtime.SourceGroup
|