Searched refs:animationScope (Results 1 – 5 of 5) sorted by relevance
115 val animationScope = rememberCoroutineScope() in PagerControls() constant117 Button(onClick = { animationScope.launch { pagerState.animateScrollToPage(0) } }) { in PagerControls()122 animationScope.launch { pagerState.animateScrollToPage(pagerState.currentPage - 1) } in PagerControls()129 animationScope.launch { pagerState.animateScrollToPage(pagerState.currentPage + 1) } in PagerControls()135 onClick = { animationScope.launch { pagerState.animateScrollToPage(PagesCount - 1) } } in PagerControls()
83 val animationScope = this in rememberAnimatedMagnifierPosition() constant98 animationScope.launch { animatable.animateTo(targetValue, MagnifierSpringSpec) } in rememberAnimatedMagnifierPosition()
103 private val animationScope: CoroutineScope, constant in androidx.compose.material.pullrefresh.PullRefreshState195 animationScope.launch { in animateIndicatorTo()
121 val animationScope = this in <lambda>() constant159 animationScope.launch { in <lambda>()
225 val animationScope = rememberCoroutineScope() in AnimateScrollPageSample() constant240 animationScope.launch { state.animateScrollToPage(state.currentPage + 1) } in AnimateScrollPageSample()