Home
last modified time | relevance | path

Searched refs:cancelFoldToAodAnimation (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DToAodFoldTransitionInteractor.kt71 override fun cancelFoldToAodAnimation() { in cancelFoldToAodAnimation() method in com.android.systemui.keyguard.domain.interactor.ToAodFoldTransitionInteractor
72 parentAnimator?.cancelFoldToAodAnimation() in cancelFoldToAodAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeViewController.kt167 fun cancelFoldToAodAnimation() in addTrackingHeadsUpListener() method
DShadeViewControllerEmptyImpl.kt115 override fun cancelFoldToAodAnimation() {} in cancelFoldToAodAnimation() method in com.android.systemui.shade.ShadeFoldAnimatorEmptyImpl
DNotificationPanelViewController.java3459 public void cancelFoldToAodAnimation() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
DFoldAodAnimationController.kt120 shadeFoldAnimator.cancelFoldToAodAnimation() in <lambda>()