Searched refs:launchAnimator (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/ |
H A D | ActivityLaunchAnimatorTest.kt | 49 private val launchAnimator = LaunchAnimator(TEST_TIMINGS, TEST_INTERPOLATORS) regex 60 activityLaunchAnimator = ActivityLaunchAnimator(launchAnimator) 125 val animator = ActivityLaunchAnimator(launchAnimator)
|
H A D | DialogLaunchAnimatorTest.kt | 36 private val launchAnimator = LaunchAnimator(TEST_TIMINGS, TEST_INTERPOLATORS) regex 46 dreamManager, launchAnimator, isForTesting = true)
|
/aosp12/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
H A D | DialogLaunchAnimator.kt | 47 private val launchAnimator: LaunchAnimator = LaunchAnimator(TIMINGS, INTERPOLATORS), 107 launchAnimator, 168 private val launchAnimator: LaunchAnimator, 674 launchAnimator.startAnimation(controller, endState, originalDialogBackgroundColor)
|
H A D | ActivityLaunchAnimator.kt | 51 private val launchAnimator: LaunchAnimator = LaunchAnimator(TIMINGS, INTERPOLATORS) 382 launchAnimator.isExpandingFullyAbove(controller.launchContainer, endState) 421 animation = launchAnimator.startAnimation(
|