Searched refs:setPanelExpanded (Results 1 – 5 of 5) sorted by relevance
58 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 …]
59 public void setPanelExpanded(boolean expanded) { in setPanelExpanded() method in VisualStabilityManager
340 public void setPanelExpanded(boolean isExpanded) { in setPanelExpanded() method in StatusBarWindowManager
2745 public void setPanelExpanded(boolean isExpanded) { in setPanelExpanded() method2747 mStatusBarWindowManager.setPanelExpanded(isExpanded); in setPanelExpanded()2748 mVisualStabilityManager.setPanelExpanded(isExpanded); in setPanelExpanded()
1506 mStatusBar.setPanelExpanded(isExpanded); in updatePanelExpanded()