Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotView.java132 private final Interpolator mFastOutSlowIn; field in ScreenshotView
208 mFastOutSlowIn = in ScreenshotView()
513 flashInAnimator.setInterpolator(mFastOutSlowIn); in createScreenshotDropInAnimation()
519 flashOutAnimator.setInterpolator(mFastOutSlowIn); in createScreenshotDropInAnimation()
564 currentScale, 1, mFastOutSlowIn.getInterpolation(t / scalePct)); in createScreenshotDropInAnimation()
574 mFastOutSlowIn.getInterpolation(t / xPositionPct)); in createScreenshotDropInAnimation()
580 startPos.y, finalPos.y, mFastOutSlowIn.getInterpolation(t)); in createScreenshotDropInAnimation()