Searched refs:dropInAnimation (Results 1 – 1 of 1) sorted by relevance
510 AnimatorSet dropInAnimation = new AnimatorSet(); in createScreenshotDropInAnimation() local609 dropInAnimation.play(flashOutAnimator).after(flashInAnimator); in createScreenshotDropInAnimation()610 dropInAnimation.play(flashOutAnimator).with(toCorner); in createScreenshotDropInAnimation()612 dropInAnimation.play(toCorner); in createScreenshotDropInAnimation()614 dropInAnimation.play(borderFadeIn).after(toCorner); in createScreenshotDropInAnimation()616 dropInAnimation.addListener(new AnimatorListenerAdapter() { in createScreenshotDropInAnimation()662 return dropInAnimation; in createScreenshotDropInAnimation()