Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-08-27 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-27 UTC."],[],[],null,["MovableContentState \nArtifact: [androidx.compose.runtime:runtime](/jetpack/androidx/releases/compose-runtime) \n[View Source](https://cs.android.com/search?q=file:androidx/compose/runtime/MovableContent.kt+class:androidx.compose.runtime.MovableContentState) \nAdded in [1.2.0](/jetpack/androidx/releases/compose-runtime#1.2.0)\nCommon/AllAndroid/JVMNative/C/iOSJavaScript\n - Cmn \n\n ```\n @InternalComposeApi\n class MovableContentState\n ```\n\n*** ** * ** ***\n\nA Compose compiler plugin API. DO NOT call directly.\n\nA reference to the state of a [MovableContent](/reference/kotlin/androidx/compose/runtime/MovableContent) after changes have being applied. This is the state that was removed from the `from` composition during [ControlledComposition.applyChanges](/reference/kotlin/androidx/compose/runtime/ControlledComposition#applyChanges()) and before it is inserted during [ControlledComposition.insertMovableContent](/reference/kotlin/androidx/compose/runtime/ControlledComposition#insertMovableContent(kotlin.collections.List))."]]