androidx.wear.compose.material3.lazy
Interfaces
ResponsiveTransformationSpec |
Version of |
TransformationSpec |
Defines visual transformations on the items of a |
TransformedContainerPainterScope |
Provides additional information to the painter inside |
Classes
TransformationVariableSpec |
This class represents the configuration parameters for one variable that changes as the item moves on the screen and will be used to apply the corresponding transformation - for example: container alpha. |
Objects
ResponsiveTransformationSpecDefaults |
Contains the default values used by |
Composables
rememberTransformationSpec |
Computes and remembers the appropriate |
Modifiers
transformedHeight |
Convenience modifier to calculate transformed height using |
Top-level functions summary
TransformationVariableSpec |
lerp(Helper function to lerp between the variables for different screen sizes. |
Top-level functions
lerp
fun lerp(
start: TransformationVariableSpec,
stop: TransformationVariableSpec,
progress: Float
): TransformationVariableSpec
Helper function to lerp between the variables for different screen sizes.