Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ui/
DScreenshotAnimationController.kt171 val destinationScale: Float = destRect.width() / scrollTransitionPreview.width.toFloat() in <lambda>() constant
175 val currScale = MathUtils.lerp(1f, destinationScale, t) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotView.java917 float destinationScale = destination.width() / (float) mScrollablePreview.getWidth(); in startLongScreenshotTransition() local
922 float currScale = MathUtils.lerp(1, destinationScale, t); in startLongScreenshotTransition()