Searched refs:appBarFloat (Results 1 – 1 of 1) sorted by relevance
533 val appBarFloat = (animationProgress - 1).fastCoerceIn(0f, 1f) in BackLayerTransition() constant536 placeable.place(0, 0, zIndex = appBarFloat) in BackLayerTransition()540 val appBarFloat = (animationProgress - 1).fastCoerceIn(0f, 1f) in BackLayerTransition() constant541 alpha = appBarFloat in BackLayerTransition()542 translationY = (1 - appBarFloat) * animationSlideOffset in BackLayerTransition()