Home
last modified time | relevance | path

Searched refs:MotionLayoutScope (Results 1 – 7 of 7) sorted by relevance

/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DMotionLayout.kt138 crossinline content: @Composable MotionLayoutScope.() -> Unit in MotionLayout()
152 val contentDelegate: @Composable MotionLayoutScope.() -> Unit = { in MotionLayout()
248 crossinline content: @Composable (MotionLayoutScope.() -> Unit), in MotionLayout()
262 val contentDelegate: @Composable MotionLayoutScope.() -> Unit = { in MotionLayout()
374 @Suppress("HiddenTypeParameter") crossinline content: @Composable (MotionLayoutScope.() -> Unit) in MotionLayout()
388 val contentDelegate: @Composable MotionLayoutScope.() -> Unit = { in MotionLayout()
433 @Suppress("HiddenTypeParameter") content: @Composable (MotionLayoutScope.() -> Unit) in MotionLayoutCore()
523 @Suppress("HiddenTypeParameter") content: @Composable MotionLayoutScope.() -> Unit, in MotionLayoutCore()
577 @Suppress("HiddenTypeParameter") content: @Composable MotionLayoutScope.() -> Unit in MotionLayoutCore()
594 val scope = remember { MotionLayoutScope(measurer, motionProgress) } in MotionLayoutCore()
[all …]
DMotionCarousel.kt41 import androidx.constraintlayout.compose.MotionLayoutScope.MotionProperties in <lambda>()
/constraintlayout/constraintlayout-compose/api/
Drestricted_1.1.0-beta01.txt709 …er androidx.compose.runtime.State<androidx.constraintlayout.compose.MotionLayoutScope.MotionProper…
714 …er androidx.compose.runtime.State<androidx.constraintlayout.compose.MotionLayoutScope.MotionProper…
720 …x, androidx.compose.runtime.State<androidx.constraintlayout.compose.MotionLayoutScope.MotionProper…
736 …n.jvm.functions.Function1<? super androidx.constraintlayout.compose.MotionLayoutScope,kotlin.Unit>…
737 …n.jvm.functions.Function1<? super androidx.constraintlayout.compose.MotionLayoutScope,kotlin.Unit>…
738 …n.jvm.functions.Function1<? super androidx.constraintlayout.compose.MotionLayoutScope,kotlin.Unit>…
739 …n.jvm.functions.Function1<? super androidx.constraintlayout.compose.MotionLayoutScope,kotlin.Unit>…
740 …n.jvm.functions.Function1<? super androidx.constraintlayout.compose.MotionLayoutScope,kotlin.Unit>…
741 …n.jvm.functions.Function1<? super androidx.constraintlayout.compose.MotionLayoutScope,kotlin.Unit>…
744 …ker @androidx.constraintlayout.compose.ExperimentalMotionApi public final class MotionLayoutScope {
[all …]
Drestricted_current.txt746 …er androidx.compose.runtime.State<androidx.constraintlayout.compose.MotionLayoutScope.MotionProper…
751 …er androidx.compose.runtime.State<androidx.constraintlayout.compose.MotionLayoutScope.MotionProper…
757 …x, androidx.compose.runtime.State<androidx.constraintlayout.compose.MotionLayoutScope.MotionProper…
773 …n.jvm.functions.Function1<? super androidx.constraintlayout.compose.MotionLayoutScope,kotlin.Unit>…
774 …n.jvm.functions.Function1<? super androidx.constraintlayout.compose.MotionLayoutScope,kotlin.Unit>…
775 …n.jvm.functions.Function1<? super androidx.constraintlayout.compose.MotionLayoutScope,kotlin.Unit>…
776 …n.jvm.functions.Function1<? super androidx.constraintlayout.compose.MotionLayoutScope,kotlin.Unit>…
777 …n.jvm.functions.Function1<? super androidx.constraintlayout.compose.MotionLayoutScope,kotlin.Unit>…
778 …n.jvm.functions.Function1<? super androidx.constraintlayout.compose.MotionLayoutScope,kotlin.Unit>…
781 …ker @androidx.constraintlayout.compose.ExperimentalMotionApi public final class MotionLayoutScope {
[all …]
D1.1.0-beta01.txt625 …er androidx.compose.runtime.State<androidx.constraintlayout.compose.MotionLayoutScope.MotionProper…
630 …er androidx.compose.runtime.State<androidx.constraintlayout.compose.MotionLayoutScope.MotionProper…
636 …x, androidx.compose.runtime.State<androidx.constraintlayout.compose.MotionLayoutScope.MotionProper…
652 …n.jvm.functions.Function1<? super androidx.constraintlayout.compose.MotionLayoutScope,kotlin.Unit>…
653 …n.jvm.functions.Function1<? super androidx.constraintlayout.compose.MotionLayoutScope,kotlin.Unit>…
654 …n.jvm.functions.Function1<? super androidx.constraintlayout.compose.MotionLayoutScope,kotlin.Unit>…
657 …ker @androidx.constraintlayout.compose.ExperimentalMotionApi public final class MotionLayoutScope {
663 …method public androidx.constraintlayout.compose.MotionLayoutScope.CustomProperties customPropertie…
669 …ic androidx.compose.runtime.State<androidx.constraintlayout.compose.MotionLayoutScope.MotionProper…
670 …method @Deprecated public androidx.constraintlayout.compose.MotionLayoutScope.MotionProperties mot…
[all …]
Dcurrent.txt631 …er androidx.compose.runtime.State<androidx.constraintlayout.compose.MotionLayoutScope.MotionProper…
636 …er androidx.compose.runtime.State<androidx.constraintlayout.compose.MotionLayoutScope.MotionProper…
642 …x, androidx.compose.runtime.State<androidx.constraintlayout.compose.MotionLayoutScope.MotionProper…
658 …n.jvm.functions.Function1<? super androidx.constraintlayout.compose.MotionLayoutScope,kotlin.Unit>…
659 …n.jvm.functions.Function1<? super androidx.constraintlayout.compose.MotionLayoutScope,kotlin.Unit>…
660 …n.jvm.functions.Function1<? super androidx.constraintlayout.compose.MotionLayoutScope,kotlin.Unit>…
663 …ker @androidx.constraintlayout.compose.ExperimentalMotionApi public final class MotionLayoutScope {
669 …method public androidx.constraintlayout.compose.MotionLayoutScope.CustomProperties customPropertie…
675 …ic androidx.compose.runtime.State<androidx.constraintlayout.compose.MotionLayoutScope.MotionProper…
676 …method @Deprecated public androidx.constraintlayout.compose.MotionLayoutScope.MotionProperties mot…
[all …]
/constraintlayout/constraintlayout-compose/integration-tests/macrobenchmark-target/src/main/java/androidx/constraintlayout/compose/integration/macrobenchmark/target/newmessage/
DNewMessage.kt68 import androidx.constraintlayout.compose.MotionLayoutScope
482 internal fun MotionLayoutScope.MotionMessageContent(state: NewMessageState) { in MotionMessageContent()