Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardQsUserSwitchController.java351 mNotificationPanelViewController.animateCloseQs(true /* animateAway */); in onDoneButtonClicked()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java1555 animateCloseQs(true /* animateAway */); in resetViews()
1611 public void animateCloseQs(boolean animateAway) { in animateCloseQs() method in NotificationPanelViewController
H A DStatusBar.java3270 mNotificationPanelViewController.animateCloseQs(false /* animateAway */); in onBackPressed()