Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotView.java522 ValueAnimator flashInAnimator = ValueAnimator.ofFloat(0, 1); in createScreenshotDropInAnimation() local
523 flashInAnimator.setDuration(SCREENSHOT_FLASH_IN_DURATION_MS); in createScreenshotDropInAnimation()
524 flashInAnimator.setInterpolator(mFastOutSlowIn); in createScreenshotDropInAnimation()
525 flashInAnimator.addUpdateListener(animation -> in createScreenshotDropInAnimation()
620 dropInAnimation.play(flashOutAnimator).after(flashInAnimator); in createScreenshotDropInAnimation()