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()
464 mShadeController.collapsePanel(); in collapseOnMainThread()
466 mMainThreadHandler.post(mShadeController::collapsePanel); in collapseOnMainThread()
DPanelBar.java198 public void collapsePanel(boolean animate, boolean delayed, float speedUpFactor) { in collapsePanel() method in PanelBar
DStatusBar.java1777 collapsePanel(true /* animate */); in onExpandAnimationTimedOut()
1982 mStatusBarView.collapsePanel(true /* animate */, delayed, speedUpFactor); in animateCollapsePanels()
2047 mStatusBarView.collapsePanel(true, false /* delayed */, 1.0f /* speedUpFactor */); in animateCollapseQuickSettings()
2060 mStatusBarView.collapsePanel(/*animate=*/ false, false /* delayed*/, in makeExpandedInvisible()
2153 mStatusBarView.collapsePanel(false /* animate */, false /* delayed */, in setWindowState()
4349 public void collapsePanel(boolean animate) { in collapsePanel() method
4351 boolean willCollapse = collapsePanel(); in collapsePanel()
4364 public boolean collapsePanel() { in collapsePanel() method
4487 return collapsePanel(); in executeActionDismissingKeyguard()
DNavigationBarFragment.java198 mStatusBar.collapsePanel(true /* animate */);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarterTest.java210 verify(mShadeController, atLeastOnce()).collapsePanel(); in testOnNotificationClicked_keyGuardShowing()
245 verify(mShadeController, atLeastOnce()).collapsePanel(); in testOnNotificationClicked_bubble_noContentIntent_noKeyGuard()
275 verify(mShadeController, atLeastOnce()).collapsePanel(); in testOnNotificationClicked_bubble_noContentIntent_keyGuardShowing()
305 verify(mShadeController, atLeastOnce()).collapsePanel(); in testOnNotificationClicked_bubble_withContentIntent_keyGuardShowing()
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/
DCarStatusBar.java926 mStatusBarView.collapsePanel(true /* animate */, delayed, speedUpFactor); in animateCollapsePanels()