Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotView.java569 float scalePct = in createScreenshotDropInAnimation() local
573 if (t < scalePct) { in createScreenshotDropInAnimation()
575 currentScale, 1, mFastOutSlowIn.getInterpolation(t / scalePct)); in createScreenshotDropInAnimation()