Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotView.java611 ValueAnimator borderFadeIn = ValueAnimator.ofFloat(0, 1); in createScreenshotDropInAnimation() local
612 borderFadeIn.setDuration(100); in createScreenshotDropInAnimation()
613 borderFadeIn.addUpdateListener((animation) -> { in createScreenshotDropInAnimation()
625 dropInAnimation.play(borderFadeIn).after(toCorner); in createScreenshotDropInAnimation()