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