Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DVisualStabilityManagerTest.java74 mVisualStabilityManager.setPanelExpanded(true); in testPanelExpansion()
77 mVisualStabilityManager.setPanelExpanded(false); in testPanelExpansion()
83 mVisualStabilityManager.setPanelExpanded(true); in testScreenOn()
92 mVisualStabilityManager.setPanelExpanded(true); in testReorderingAllowedChangesScreenOn()
101 mVisualStabilityManager.setPanelExpanded(true); in testReorderingAllowedChangesPanel()
104 mVisualStabilityManager.setPanelExpanded(false); in testReorderingAllowedChangesPanel()
110 mVisualStabilityManager.setPanelExpanded(true); in testCallBackCalledScreenOn()
119 mVisualStabilityManager.setPanelExpanded(true); in testCallBackCalledPanelExpanded()
122 mVisualStabilityManager.setPanelExpanded(false); in testCallBackCalledPanelExpanded()
128 mVisualStabilityManager.setPanelExpanded(true); in testCallBackExactlyOnce()
[all …]
/frameworks/base/packages/CarSystemUI/tests/src/com/android/systemui/car/window/
DOverlayPanelViewControllerTest.java114 mOverlayPanelViewController.setPanelExpanded(false); in toggle_notExpanded_panelExpands()
124 mOverlayPanelViewController.setPanelExpanded(true); in toggle_expanded_panelCollapses()
146 mOverlayPanelViewController.setPanelExpanded(false); in animateCollapsePanel_isNotExpanded_doesNotCollapse()
158 mOverlayPanelViewController.setPanelExpanded(true); in animateCollapsePanel_isNotVisible_doesNotCollapse()
171 mOverlayPanelViewController.setPanelExpanded(true); in animateCollapsePanel_collapses()
188 mOverlayPanelViewController.setPanelExpanded(true); in animateCollapsePanel_withOverlayFromTopBar_collapsesTowardsTopBar()
210 mOverlayPanelViewController.setPanelExpanded(true); in animateCollapsePanel_withOverlayFromBottomBar_collapsesTowardsBottomBar()
228 mOverlayPanelViewController.setPanelExpanded(true); in animateCollapsePanel_removesWindowFocus()
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/window/
DOverlayPanelViewController.java233 setPanelExpanded(true); in animateExpandPanel()
332 setPanelExpanded(false); in animate()
335 setPanelExpanded(true); in animate()
395 protected final void setPanelExpanded(boolean expand) { in setPanelExpanded() method in OverlayPanelViewController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DVisualStabilityManager.java125 public void setPanelExpanded(boolean expanded) { in setPanelExpanded() method in VisualStabilityManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarTouchableRegionManager.java139 void setPanelExpanded(boolean isExpanded) { in setPanelExpanded() method in StatusBarTouchableRegionManager
DNotificationShadeWindowController.java549 public void setPanelExpanded(boolean isExpanded) { in setPanelExpanded() method in NotificationShadeWindowController
DStatusBar.java1784 public void setPanelExpanded(boolean isExpanded) { in setPanelExpanded() method
1790 mNotificationShadeWindowController.setPanelExpanded(isExpanded); in setPanelExpanded()
1791 mVisualStabilityManager.setPanelExpanded(isExpanded); in setPanelExpanded()
DNotificationPanelViewController.java2048 mStatusBarTouchableRegionManager.setPanelExpanded(isExpanded); in updatePanelExpanded()
2049 mStatusBar.setPanelExpanded(isExpanded); in updatePanelExpanded()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationShadeWindowControllerTest.java169 mNotificationShadeWindowController.setPanelExpanded(true); in setPanelExpanded_notFocusable_altFocusable_whenPanelIsOpen()