Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarViewTest.kt131 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()
DCentralSurfacesImplTest.java1158 verify(mStatusBarWindowController, never()).refreshStatusBarHeight(); in updateResources_flagEnabled_doesNotUpdateStatusBarWindowHeight()
1166 verify(mStatusBarWindowController).refreshStatusBarHeight(); in updateResources_flagDisabled_updatesStatusBarWindowHeight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarView.java319 mStatusBarWindowController.refreshStatusBarHeight(); in updateWindowHeight()
DCentralSurfacesImpl.java1936 mStatusBarWindowController.refreshStatusBarHeight(); in updateResources()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/
DStatusBarWindowController.java127 public void refreshStatusBarHeight() { in refreshStatusBarHeight() method in StatusBarWindowController