Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotView.java953 float destinationScale = destination.width() / (float) mScrollablePreview.getWidth(); in startLongScreenshotTransition() local
958 float currScale = MathUtils.lerp(1, destinationScale, t); in startLongScreenshotTransition()