Searched refs:LaunchAnimator (Results 1 – 12 of 12) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
H A D | ActivityLaunchAnimator.kt | 51 private val launchAnimator: LaunchAnimator = LaunchAnimator(TIMINGS, INTERPOLATORS) 55 val TIMINGS = LaunchAnimator.Timings( 63 val INTERPOLATORS = LaunchAnimator.Interpolators( 249 interface Controller : LaunchAnimator.Controller { 299 private var animation: LaunchAnimator.Animation? = null 349 if (LaunchAnimator.DEBUG) { 370 val endState = LaunchAnimator.State( 397 val controller = object : LaunchAnimator.Controller by delegate { 410 state: LaunchAnimator.State, 480 state: LaunchAnimator.State, [all …]
|
H A D | GhostedViewLaunchAnimatorController.kt | 84 private val ghostedViewState = LaunchAnimator.State() 128 override fun createAnimatorState(): LaunchAnimator.State { 129 val state = LaunchAnimator.State( 137 fun fillGhostedViewState(state: LaunchAnimator.State) { 177 state: LaunchAnimator.State,
|
H A D | DialogLaunchAnimator.kt | 47 private val launchAnimator: LaunchAnimator = LaunchAnimator(TIMINGS, INTERPOLATORS), 168 private val launchAnimator: LaunchAnimator, 624 val controller = object : LaunchAnimator.Controller { 632 override fun createAnimatorState(): LaunchAnimator.State { 654 state: LaunchAnimator.State,
|
H A D | LaunchAnimator.kt | 37 class LaunchAnimator( regex
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | ExpandAnimationParameters.kt | 7 import com.android.systemui.animation.LaunchAnimator 19 ) : LaunchAnimator.State(top, bottom, left, right, topCornerRadius, bottomCornerRadius) { 59 return LaunchAnimator.getProgress(ActivityLaunchAnimator.TIMINGS, linearProgress, delay,
|
H A D | NotificationLaunchAnimatorController.kt | 6 import com.android.systemui.animation.LaunchAnimator 58 override fun createAnimatorState(): LaunchAnimator.State { 161 state: LaunchAnimator.State,
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/ |
H A D | TestValues.kt | 9 val TEST_TIMINGS = LaunchAnimator.Timings( 18 val TEST_INTERPOLATORS = LaunchAnimator.Interpolators(
|
H A D | ActivityLaunchAnimatorTest.kt | 49 private val launchAnimator = LaunchAnimator(TEST_TIMINGS, TEST_INTERPOLATORS) 214 override fun createAnimatorState() = LaunchAnimator.State( 238 state: LaunchAnimator.State,
|
H A D | GhostedViewLaunchAnimatorControllerTest.kt | 35 val state = LaunchAnimator.State(top = 0, bottom = 0, left = 0, right = 0)
|
H A D | DialogLaunchAnimatorTest.kt | 36 private val launchAnimator = LaunchAnimator(TEST_TIMINGS, TEST_INTERPOLATORS)
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarLaunchAnimatorController.kt | 4 import com.android.systemui.animation.LaunchAnimator 38 state: LaunchAnimator.State,
|
H A D | NotificationPanelViewController.java | 115 import com.android.systemui.animation.LaunchAnimator; 3631 boolean hideIcons = LaunchAnimator.getProgress(ActivityLaunchAnimator.TIMINGS, in applyLaunchAnimationProgress()
|