Searched refs:toCorner (Results 1 – 1 of 1) sorted by relevance
538 ValueAnimator toCorner = ValueAnimator.ofFloat(0, 1); in createScreenshotDropInAnimation() local539 toCorner.setDuration(SCREENSHOT_TO_CORNER_Y_DURATION_MS); in createScreenshotDropInAnimation()541 toCorner.addListener(new AnimatorListenerAdapter() { in createScreenshotDropInAnimation()560 toCorner.addUpdateListener(animation -> { in createScreenshotDropInAnimation()610 dropInAnimation.play(flashOutAnimator).with(toCorner); in createScreenshotDropInAnimation()612 dropInAnimation.play(toCorner); in createScreenshotDropInAnimation()614 dropInAnimation.play(borderFadeIn).after(toCorner); in createScreenshotDropInAnimation()