Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeViewControllerEmptyImpl.kt52 override fun startBouncerPreHideAnimation() {}
H A DShadeViewController.kt131 fun startBouncerPreHideAnimation() regex
H A DNotificationPanelViewController.java3251 public void startBouncerPreHideAnimation() { in startBouncerPreHideAnimation() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManager.java934 mShadeViewController.startBouncerPreHideAnimation(); in startPreHideAnimation()