Searched refs:windowIsShowing (Results 1 – 7 of 7) sorted by relevance
69 fun windowIsShowing() = windowState == WINDOW_STATE_SHOWING in windowIsShowing() method
291 whenever(statusBarWindowStateController.windowIsShowing()).thenReturn(true) in handleDispatchTouchEvent_downAndPanelCollapsedAndInSbBoundAndSbWindowShow_sendsTouchToSb()307 whenever(statusBarWindowStateController.windowIsShowing()).thenReturn(true) in handleDispatchTouchEvent_panelNotCollapsed_returnsNull()323 whenever(statusBarWindowStateController.windowIsShowing()).thenReturn(true) in handleDispatchTouchEvent_touchNotInSbBounds_returnsNull()343 whenever(statusBarWindowStateController.windowIsShowing()).thenReturn(false) in handleDispatchTouchEvent_sbWindowNotShowing_noSendTouchToSbAndReturnsTrue()355 whenever(statusBarWindowStateController.windowIsShowing()).thenReturn(true) in handleDispatchTouchEvent_downEventSentToSbThenAnotherEvent_sendsTouchToSb()
171 if (statusBarWindowStateController.windowIsShowing()) { in <lambda>()
251 && !mStatusBarWindowStateController.windowIsShowing()) in shouldShowStatusBar()
521 when(mStatusBarWindowStateController.windowIsShowing()).thenReturn(show); in updateStatusBarWindowState()
423 if (mStatusBarWindowStateController.windowIsShowing()) { in setupExpandedStatusBar()
667 !mStatusBarWindowStateController.windowIsShowing()) && in shouldHideStatusBar()