Searched refs:refreshStatusBarHeight (Results 1 – 5 of 5) sorted by relevance
131 verify(windowController).refreshStatusBarHeight() in onAttachedToWindow_flagEnabled_updatesWindowHeight()140 verify(windowController, never()).refreshStatusBarHeight() in onAttachedToWindow_flagDisabled_doesNotUpdateWindowHeight()149 verify(windowController).refreshStatusBarHeight() in onConfigurationChanged_flagEnabled_updatesWindowHeight()161 verify(windowController, times(4)).refreshStatusBarHeight() in onConfigurationChanged_multipleCalls_flagEnabled_updatesWindowHeightMultipleTimes()170 verify(windowController, never()).refreshStatusBarHeight() in onConfigurationChanged_flagDisabled_doesNotUpdateWindowHeight()182 verify(windowController, never()).refreshStatusBarHeight() in onConfigurationChanged_multipleCalls_flagDisabled_doesNotUpdateWindowHeight()
1158 verify(mStatusBarWindowController, never()).refreshStatusBarHeight(); in updateResources_flagEnabled_doesNotUpdateStatusBarWindowHeight()1166 verify(mStatusBarWindowController).refreshStatusBarHeight(); in updateResources_flagDisabled_updatesStatusBarWindowHeight()
319 mStatusBarWindowController.refreshStatusBarHeight(); in updateWindowHeight()
1936 mStatusBarWindowController.refreshStatusBarHeight(); in updateResources()
127 public void refreshStatusBarHeight() { in refreshStatusBarHeight() method in StatusBarWindowController