Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotView.java523 AnimatorSet dropInAnimation = new AnimatorSet(); in createScreenshotDropInAnimation() local
622 dropInAnimation.play(flashOutAnimator).after(flashInAnimator); in createScreenshotDropInAnimation()
623 dropInAnimation.play(flashOutAnimator).with(toCorner); in createScreenshotDropInAnimation()
625 dropInAnimation.play(toCorner); in createScreenshotDropInAnimation()
627 dropInAnimation.play(borderFadeIn).after(toCorner); in createScreenshotDropInAnimation()
629 dropInAnimation.addListener(new AnimatorListenerAdapter() { in createScreenshotDropInAnimation()
675 return dropInAnimation; in createScreenshotDropInAnimation()