Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java836 ValueAnimator flashInAnimator = ValueAnimator.ofFloat(0, 1); in createScreenshotDropInAnimation() local
837 flashInAnimator.setDuration(SCREENSHOT_FLASH_IN_DURATION_MS); in createScreenshotDropInAnimation()
838 flashInAnimator.setInterpolator(mFastOutSlowIn); in createScreenshotDropInAnimation()
839 flashInAnimator.addUpdateListener(animation -> in createScreenshotDropInAnimation()
912 dropInAnimation.play(flashOutAnimator).after(flashInAnimator); in createScreenshotDropInAnimation()