Searched refs:startCustomizingAnimation (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
H A D | ShadeHeaderControllerTest.kt | 297 shadeHeaderController.startCustomizingAnimation(show = true, duration) 311 shadeHeaderController.startCustomizingAnimation(show = false, duration) 328 shadeHeaderController.startCustomizingAnimation(show = true, duration) 336 shadeHeaderController.startCustomizingAnimation(show = false, duration) 349 shadeHeaderController.startCustomizingAnimation(show = true, 0L)
|
H A D | NotificationsQSContainerControllerTest.kt | 490 verify(shadeHeaderController).startCustomizingAnimation(true, 100L) 499 verify(shadeHeaderController).startCustomizingAnimation(false, 100L)
|
H A D | NotificationsQSContainerControllerLegacyTest.kt | 507 verify(shadeHeaderController).startCustomizingAnimation(true, 100L) 516 verify(shadeHeaderController).startCustomizingAnimation(false, 100L)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | NotificationsQSContainerController.kt | 210 shadeHeaderController.startCustomizingAnimation(showing, animationDuration)
|
H A D | ShadeHeaderController.kt | 356 fun startCustomizingAnimation(show: Boolean, duration: Long) { regex
|