Home
last modified time | relevance | path

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

/compose/foundation/foundation-layout/src/androidMain/kotlin/androidx/compose/foundation/layout/
DWindowInsetsConnection.android.kt152 private var animationController: WindowInsetsAnimationController? = null variable in androidx.compose.foundation.layout.WindowInsetsNestedScrollConnection
225 val animationController = animationController in onPreScroll() constant
301 val animationController = getAnimationController() ?: return Velocity.Zero in onPreFling() constant
390 val animationController = animationController in dispose() constant