Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DToAodFoldTransitionInteractor.kt65 keyguardClockInteractor.animateFoldToAod(it.animatedFraction) in startFoldToAodAnimation()
DKeyguardClockInteractor.kt149 fun animateFoldToAod(foldFraction: Float) { in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardStatusViewController.java307 public void animateFoldToAod(float foldFraction) { in animateFoldToAod() method in KeyguardStatusViewController
308 mKeyguardClockSwitchController.animateFoldToAod(foldFraction); in animateFoldToAod()
DKeyguardClockSwitchController.java503 public void animateFoldToAod(float foldFraction) { in animateFoldToAod() method in KeyguardClockSwitchController
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java3417 .animateFoldToAod(anim.getAnimatedFraction()))