Home
last modified time | relevance | path

Searched refs:startXScale (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ui/
DScreenshotAnimationController.kt276 val startXScale = bounds.width() / targetPosition.width().toFloat() in <lambda>() constant
298 screenshotPreview.scaleX = MathUtils.lerp(startXScale, 1f, t) in <lambda>()