Home
last modified time | relevance | path

Searched refs:startFoldToAodAnimation (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeViewControllerEmptyImpl.kt106 override fun startFoldToAodAnimation(
H A DShadeViewController.kt324 fun startFoldToAodAnimation(startAction: Runnable, endAction: Runnable, cancelAction: Runnable) regex
H A DNotificationPanelViewController.java3296 public void startFoldToAodAnimation(Runnable startAction, Runnable endAction, in startFoldToAodAnimation() method in ShadeFoldAnimatorImpl
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
H A DFoldAodAnimationController.kt84 getShadeFoldAnimator().startFoldToAodAnimation(
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/unfold/
H A DFoldAodAnimationControllerTest.kt104 whenever(shadeFoldAnimator.startFoldToAodAnimation(any(), any(), any())).then {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerTest.java847 .startFoldToAodAnimation(() -> {}, () -> {}, () -> {}); in testFoldToAodAnimationCleansupInAnimationEnd()