Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/
H A DDreamOverlayAnimationsControllerTest.kt103 controller.startEntryAnimations(false, animatorBuilder = { mockStartAnimator })
118 controller.startEntryAnimations(
141 controller.startEntryAnimations(
H A DDreamOverlayContainerViewControllerTest.java222 verify(mAnimationsController).startEntryAnimations(false); in testStartDreamEntryAnimationsOnAttachedNonLowLight()
232 verify(mAnimationsController, never()).startEntryAnimations(anyBoolean()); in testNeverStartDreamEntryAnimationsOnAttachedForLowLight()
252 verify(mAnimationsController).startEntryAnimations(true); in testDownwardEntryAnimationsWhenExitingLowLight()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
H A DDreamOverlayContainerViewController.java232 mDreamOverlayAnimationsController.startEntryAnimations(mExitingLowLight); in onViewAttached()
H A DDreamOverlayAnimationsController.kt155 fun startEntryAnimations( regex