Home
last modified time | relevance | path

Searched refs:setPanelExpanded (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DVisualStabilityManagerTest.java73 mVisualStabilityManager.setPanelExpanded(true); in testPanelExpansion()
76 mVisualStabilityManager.setPanelExpanded(false); in testPanelExpansion()
82 mVisualStabilityManager.setPanelExpanded(true); in testScreenOn()
91 mVisualStabilityManager.setPanelExpanded(true); in testReorderingAllowedChangesScreenOn()
100 mVisualStabilityManager.setPanelExpanded(true); in testReorderingAllowedChangesPanel()
103 mVisualStabilityManager.setPanelExpanded(false); in testReorderingAllowedChangesPanel()
109 mVisualStabilityManager.setPanelExpanded(true); in testCallBackCalledScreenOn()
118 mVisualStabilityManager.setPanelExpanded(true); in testCallBackCalledPanelExpanded()
121 mVisualStabilityManager.setPanelExpanded(false); in testCallBackCalledPanelExpanded()
127 mVisualStabilityManager.setPanelExpanded(true); in testCallBackExactlyOnce()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DVisualStabilityManager.java110 public void setPanelExpanded(boolean expanded) { in setPanelExpanded() method in VisualStabilityManager
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/
DCarStatusBar.java914 setPanelExpanded(true); in animateExpandNotificationsPanel()
935 setPanelExpanded(false); in animateCollapsePanels()
1007 setPanelExpanded(false); in animate()
1014 setPanelExpanded(true); in animate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowController.java521 public void setPanelExpanded(boolean isExpanded) { in setPanelExpanded() method in StatusBarWindowController
DStatusBar.java1660 public void setPanelExpanded(boolean isExpanded) { in setPanelExpanded() method
1663 mStatusBarWindowController.setPanelExpanded(isExpanded); in setPanelExpanded()
1664 mVisualStabilityManager.setPanelExpanded(isExpanded); in setPanelExpanded()
DNotificationPanelView.java2144 mStatusBar.setPanelExpanded(isExpanded); in updatePanelExpanded()