Home
last modified time | relevance | path

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

/compose/foundation/foundation/src/androidUnitTest/kotlin/androidx/compose/foundation/text/input/internal/
DCodepointTransformationTest.kt33 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
DToCharArrayTest.kt40 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/
DColorSpaceTest.kt356 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 …]
DColorMatrixTest.kt27 private val source = constant in androidx.compose.ui.graphics.ColorMatrixTest
/compose/ui/ui-lint/src/main/java/androidx/compose/ui/lint/
DModifierDeclarationDetector.kt91 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
DModifierParameterDetector.kt74 val source = modifierParameter.sourcePsi as KtParameter in <lambda>() constant
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/internal/
DSnapshotThreadLocal.kt89 var source = 0 in newWith() variable
/compose/runtime/runtime-lint/src/main/java/androidx/compose/runtime/lint/
DRememberInCompositionDetector.kt183 val source = node.sourcePsi as? KtElement ?: return false in getterOrSuperDeclarationsHaveAnnotation() constant
DComposableFlowOperatorDetector.kt107 return when (val source = sourcePsi) { in isFlowOperator() method
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/layout/
DLookaheadLayoutCoordinates.kt98 val source = sourceCoordinates.lookaheadDelegate in <lambda>() constant
DLookaheadScope.kt260 val source = sourceCoordinates.toLookaheadCoordinates() in LayoutCoordinates() constant
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/content/
DTransferableContent.kt43 val source: Source, constant in androidx.compose.foundation.content.TransferableContent
/compose/lint/common/src/main/java/androidx/compose/lint/
DComposableUtils.kt111 val source = initializer.sourcePsi constant
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/external/kotlinx/collections/immutable/
DImmutableList.kt32 …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/
DMotionEventAdapter.android.kt232 val source = motionEvent.source in <lambda>() constant
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/focus/
DRequestFocusEnterExitTest.kt36 private val source = FocusRequester() constant
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/focus/
DFocusOwnerImpl.kt306 val source = in <lambda>() constant
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/
DClickableTest.kt4187 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/
DAndroidViewSample.kt79 private val observer = LifecycleEventObserver { source, event -> in AndroidViewWithReleaseSample() method
/compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/colorspace/
DConnector.kt63 val source: ColorSpace, constant in androidx.compose.ui.graphics.colorspace.Connector
/compose/foundation/foundation/src/androidUnitTest/kotlin/androidx/compose/foundation/text/input/
DTextFieldBufferTest.kt634 val source = this in <lambda>() constant
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/selection/
DToggleableTest.kt1341 val indication = TestIndicationNodeFactory { source, coroutineScope -> in <lambda>() method
1406 val indication = TestIndicationNodeFactory { source, coroutineScope -> in <lambda>() method
DSelectableTest.kt1098 val indication = TestIndicationNodeFactory { source, coroutineScope -> in <lambda>() method
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/input/pointer/
DAndroidPointerInputTest.kt7138 val source = in MotionEvent() constant
7182 val source = in MotionEvent() constant
/compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/
DSlotTableTests.kt5501 val source: String?, constant in androidx.compose.runtime.SourceGroup