Searched refs:flashInAnimator (Results 1 – 2 of 2) sorted by relevance
80 val flashInAnimator = in <lambda>() constant90 flashInAnimator.doOnStart { flashView.visibility = View.VISIBLE } in <lambda>()92 entranceAnimation.play(flashOutAnimator).after(flashInAnimator) in <lambda>()
511 ValueAnimator flashInAnimator = ValueAnimator.ofFloat(0, 1); in createScreenshotDropInAnimation() local512 flashInAnimator.setDuration(SCREENSHOT_FLASH_IN_DURATION_MS); in createScreenshotDropInAnimation()513 flashInAnimator.setInterpolator(mFastOutSlowIn); in createScreenshotDropInAnimation()514 flashInAnimator.addUpdateListener(animation -> in createScreenshotDropInAnimation()609 dropInAnimation.play(flashOutAnimator).after(flashInAnimator); in createScreenshotDropInAnimation()