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
386 public void setPanelExpanded(boolean isExpanded) { in setPanelExpanded() method in StatusBarWindowManager
2032 public void setPanelExpanded(boolean isExpanded) { in setPanelExpanded() method2035 mStatusBarWindowManager.setPanelExpanded(isExpanded); in setPanelExpanded()2036 mVisualStabilityManager.setPanelExpanded(isExpanded); in setPanelExpanded()
1605 mStatusBar.setPanelExpanded(isExpanded); in updatePanelExpanded()