Searched refs:flashInAnimator (Results 1 – 1 of 1) sorted by relevance
836 ValueAnimator flashInAnimator = ValueAnimator.ofFloat(0, 1); in createScreenshotDropInAnimation() local837 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()