Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotView.java549 ValueAnimator toCorner = ValueAnimator.ofFloat(0, 1); in createScreenshotDropInAnimation() local
550 toCorner.setDuration(SCREENSHOT_TO_CORNER_Y_DURATION_MS); in createScreenshotDropInAnimation()
552 toCorner.addListener(new AnimatorListenerAdapter() { in createScreenshotDropInAnimation()
571 toCorner.addUpdateListener(animation -> { in createScreenshotDropInAnimation()
621 dropInAnimation.play(flashOutAnimator).with(toCorner); in createScreenshotDropInAnimation()
623 dropInAnimation.play(toCorner); in createScreenshotDropInAnimation()
625 dropInAnimation.play(borderFadeIn).after(toCorner); in createScreenshotDropInAnimation()