Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotView.java600 ValueAnimator borderFadeIn = ValueAnimator.ofFloat(0, 1); in createScreenshotDropInAnimation() local
601 borderFadeIn.setDuration(100); in createScreenshotDropInAnimation()
602 borderFadeIn.addUpdateListener((animation) -> { in createScreenshotDropInAnimation()
614 dropInAnimation.play(borderFadeIn).after(toCorner); in createScreenshotDropInAnimation()