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.java613 ValueAnimator borderFadeIn = ValueAnimator.ofFloat(0, 1); in createScreenshotDropInAnimation() local
614 borderFadeIn.setDuration(100); in createScreenshotDropInAnimation()
615 borderFadeIn.addUpdateListener((animation) -> { in createScreenshotDropInAnimation()
627 dropInAnimation.play(borderFadeIn).after(toCorner); in createScreenshotDropInAnimation()