Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java852 ValueAnimator toCorner = ValueAnimator.ofFloat(0, 1); in createScreenshotDropInAnimation() local
853 toCorner.setDuration(SCREENSHOT_TO_CORNER_Y_DURATION_MS); in createScreenshotDropInAnimation()
860 toCorner.addUpdateListener(animation -> { in createScreenshotDropInAnimation()
900 toCorner.addListener(new AnimatorListenerAdapter() { in createScreenshotDropInAnimation()
913 dropInAnimation.play(flashOutAnimator).with(toCorner); in createScreenshotDropInAnimation()
915 dropInAnimation.play(toCorner); in createScreenshotDropInAnimation()