Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/domain/interactor/
DShadeLockscreenInteractor.kt42 fun startBouncerPreHideAnimation() method
DShadeLockscreenInteractorImpl.kt54 override fun startBouncerPreHideAnimation() { in startBouncerPreHideAnimation() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeViewControllerEmptyImpl.kt50 override fun startBouncerPreHideAnimation() {} in startBouncerPreHideAnimation() method in com.android.systemui.shade.ShadeViewControllerEmptyImpl
DNotificationPanelViewController.java3361 public void startBouncerPreHideAnimation() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java1114 mShadeLockscreenInteractor.startBouncerPreHideAnimation(); in startPreHideAnimation()