Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotView.java127 private final Interpolator mFastOutSlowIn; field in ScreenshotView
205 mFastOutSlowIn = in ScreenshotView()
524 flashInAnimator.setInterpolator(mFastOutSlowIn); in createScreenshotDropInAnimation()
530 flashOutAnimator.setInterpolator(mFastOutSlowIn); in createScreenshotDropInAnimation()
575 currentScale, 1, mFastOutSlowIn.getInterpolation(t / scalePct)); in createScreenshotDropInAnimation()
585 mFastOutSlowIn.getInterpolation(t / xPositionPct)); in createScreenshotDropInAnimation()
591 startPos.y, finalPos.y, mFastOutSlowIn.getInterpolation(t)); in createScreenshotDropInAnimation()