Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DVisualStabilityManagerTest.java58 mVisualStabilityManager.setPanelExpanded(true); in testPanelExpansion()
61 mVisualStabilityManager.setPanelExpanded(false); in testPanelExpansion()
67 mVisualStabilityManager.setPanelExpanded(true); in testScreenOn()
76 mVisualStabilityManager.setPanelExpanded(true); in testReorderingAllowedChangesScreenOn()
85 mVisualStabilityManager.setPanelExpanded(true); in testReorderingAllowedChangesPanel()
88 mVisualStabilityManager.setPanelExpanded(false); in testReorderingAllowedChangesPanel()
94 mVisualStabilityManager.setPanelExpanded(true); in testCallBackCalledScreenOn()
103 mVisualStabilityManager.setPanelExpanded(true); in testCallBackCalledPanelExpanded()
106 mVisualStabilityManager.setPanelExpanded(false); in testCallBackCalledPanelExpanded()
112 mVisualStabilityManager.setPanelExpanded(true); in testCallBackExactlyOnce()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DVisualStabilityManager.java59 public void setPanelExpanded(boolean expanded) { in setPanelExpanded() method in VisualStabilityManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowManager.java386 public void setPanelExpanded(boolean isExpanded) { in setPanelExpanded() method in StatusBarWindowManager
DStatusBar.java2032 public void setPanelExpanded(boolean isExpanded) { in setPanelExpanded() method
2035 mStatusBarWindowManager.setPanelExpanded(isExpanded); in setPanelExpanded()
2036 mVisualStabilityManager.setPanelExpanded(isExpanded); in setPanelExpanded()
DNotificationPanelView.java1605 mStatusBar.setPanelExpanded(isExpanded); in updatePanelExpanded()