Home
last modified time | relevance | path

Searched refs:getShadeFoldAnimator (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
H A DFoldAodAnimationController.kt84 getShadeFoldAnimator().startFoldToAodAnimation(
102 getShadeFoldAnimator().view?.repeatWhenAttached {
118 getShadeFoldAnimator().prepareFoldToAodAnimation()
129 getShadeFoldAnimator().cancelFoldToAodAnimation()
135 private fun getShadeFoldAnimator(): ShadeFoldAnimator = regex
163 getShadeFoldAnimator().prepareFoldToAodAnimation()
169 getShadeFoldAnimator().view?.let {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerTest.java846 mNotificationPanelViewController.getShadeFoldAnimator() in testFoldToAodAnimationCleansupInAnimationEnd()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java3269 public ShadeFoldAnimator getShadeFoldAnimator() { in getShadeFoldAnimator() method