Home
last modified time | relevance | path

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

/graphics/graphics-core/src/main/java/androidx/graphics/lowlatency/
DBufferTransformHintResolver.kt41 val rotation = view.display?.rotation in getBufferTransformHint() constant
/graphics/integration-tests/testapp-compose/src/main/java/androidx/graphics/shapes/testcompose/
DShapeEditor.kt594 val rotation by animateFloatAsState(targetValue = if (isExpanded) 180f else 0f) in ExpandableQuestionCard() constant
DShapeParameters.kt73 internal val rotation = mutableFloatStateOf(rotation) in <lambda>() constant