Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotView.java558 float scalePct = in createScreenshotDropInAnimation() local
562 if (t < scalePct) { in createScreenshotDropInAnimation()
564 currentScale, 1, mFastOutSlowIn.getInterpolation(t / scalePct)); in createScreenshotDropInAnimation()