Searched refs:windowIsShowing (Results 1 – 6 of 6) sorted by relevance
254 whenever(statusBarWindowStateController.windowIsShowing()).thenReturn(true)270 whenever(statusBarWindowStateController.windowIsShowing()).thenReturn(true)286 whenever(statusBarWindowStateController.windowIsShowing()).thenReturn(true)306 whenever(statusBarWindowStateController.windowIsShowing()).thenReturn(false)318 whenever(statusBarWindowStateController.windowIsShowing()).thenReturn(true)
69 fun windowIsShowing() = windowState == WINDOW_STATE_SHOWING regex
258 && !mStatusBarWindowStateController.windowIsShowing(); in shouldShowStatusBar()
369 if (mStatusBarWindowStateController.windowIsShowing()) { in setupExpandedStatusBar()
604 when(mStatusBarWindowStateController.windowIsShowing()).thenReturn(show); in updateStatusBarWindowState()
566 !mStatusBarWindowStateController.windowIsShowing()) && in shouldHideStatusBar()