Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DSceneTransitions.kt283 var drawScale: TransformationWithRange<PropertyTransformation<Scale>>? = null in transformationSpec() variable
364 val drawScale: TransformationWithRange<PropertyTransformation<Scale>>?, constant in com.android.compose.animation.scene.ElementTransformations
DElement.kt660 val drawScale = getDrawScale(layoutImpl, element, transition, stateInContent) in draw() constant