Searched refs:animateSceneDpAsState (Results 1 – 5 of 5) sorted by relevance
31 import com.android.compose.animation.scene.animateSceneDpAsState73 animateSceneDpAsState(value = Default, key = MediaLandscapeTopOffset, canOverflow = false) in Content()
69 import com.android.compose.animation.scene.animateSceneDpAsState273 animateSceneDpAsState(value = InQS, key = MediaLandscapeTopOffset, canOverflow = false) in QuickSettingsScene()
114 val dp by animateSceneDpAsState(targetValues.dp, key = TestValues.Value3) in SceneValues()316 animateSceneDpAsState(targetValues.dp, key = TestValues.Value3) in readingAnimatedStateValueDuringCompositionIsStillPossible()
67 import com.android.compose.animation.scene.animateSceneDpAsState248 animateSceneDpAsState(value = InQQS, key = MediaLandscapeTopOffset, canOverflow = false) in SingleShade()
153 fun SceneScope.animateSceneDpAsState( in lerp() method