Home
last modified time | relevance | path

Searched refs:collapsePanel (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DShadeController.java129 boolean collapsePanel(); in collapsePanel() method
137 void collapsePanel(boolean animate); in collapsePanel() method
DStatusBarNotificationActivityStarter.java260 mShadeController.collapsePanel(true /* animate */); in handleNotificationClickAfterKeyguardDismissed()
264 mShadeController.collapsePanel(); in handleNotificationClickAfterKeyguardDismissed()
465 mShadeController.collapsePanel(); in collapseOnMainThread()
467 mMainThreadHandler.post(mShadeController::collapsePanel); in collapseOnMainThread()
DPanelBar.java189 public void collapsePanel(boolean animate, boolean delayed, float speedUpFactor) { in collapsePanel() method in PanelBar
DStatusBar.java1702 collapsePanel(true /* animate */); in onExpandAnimationTimedOut()
1905 mStatusBarView.collapsePanel(true /* animate */, delayed, speedUpFactor); in animateCollapsePanels()
1969 mStatusBarView.collapsePanel(true, false /* delayed */, 1.0f /* speedUpFactor */); in animateCollapseQuickSettings()
1982 mStatusBarView.collapsePanel(/*animate=*/ false, false /* delayed*/, in makeExpandedInvisible()
2075 mStatusBarView.collapsePanel(false /* animate */, false /* delayed */, in setWindowState()
4193 public void collapsePanel(boolean animate) { in collapsePanel() method
4195 boolean willCollapse = collapsePanel(); in collapsePanel()
4208 public boolean collapsePanel() { in collapsePanel() method
4331 return collapsePanel(); in executeActionDismissingKeyguard()
DNavigationBarFragment.java197 mStatusBar.collapsePanel(true /* animate */);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarterTest.java212 verify(mShadeController, atLeastOnce()).collapsePanel(); in testOnNotificationClicked_keyGuardShowing()
247 verify(mShadeController, atLeastOnce()).collapsePanel(); in testOnNotificationClicked_bubble_noContentIntent_noKeyGuard()
277 verify(mShadeController, atLeastOnce()).collapsePanel(); in testOnNotificationClicked_bubble_noContentIntent_keyGuardShowing()
307 verify(mShadeController, atLeastOnce()).collapsePanel(); in testOnNotificationClicked_bubble_withContentIntent_keyGuardShowing()
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/
DCarStatusBar.java606 mStatusBarView.collapsePanel(true /* animate */, delayed, speedUpFactor); in animateCollapsePanels()