Searched refs:getTopWindow (Results 1 – 5 of 5) sorted by relevance
182 ViewGroup window = mCarSystemBar.getTopWindow(); in testGetTopWindow_topDisabled_returnsNull()192 ViewGroup window = mCarSystemBar.getTopWindow(); in testGetTopWindow_topEnabled_returnsWindow()202 ViewGroup window1 = mCarSystemBar.getTopWindow(); in testGetTopWindow_topEnabled_calledTwice_returnsSameWindow()203 ViewGroup window2 = mCarSystemBar.getTopWindow(); in testGetTopWindow_topEnabled_calledTwice_returnsSameWindow()312 ViewGroup window = mCarSystemBar.getTopWindow(); in testSetTopWindowVisibility_setTrue_isVisible()323 ViewGroup window = mCarSystemBar.getTopWindow(); in testSetTopWindowVisibility_setFalse_isGone()
171 when(mCarSystemBarController.getTopWindow()).thenReturn(mock(ViewGroup.class)); in setUp()488 when(mCarSystemBarController.getTopWindow()).thenReturn(mock(ViewGroup.class)); in restartSystemBars_newSystemBarConfig_recreatesSystemBars()505 when(mCarSystemBarController.getTopWindow()).thenReturn(mock(ViewGroup.class)); in restartSystemBars_newSystemBarConfig_recreatesSystemBars()
185 public ViewGroup getTopWindow() { in getTopWindow() method in CarSystemBarController186 return mShowTop ? mCarSystemBarViewFactory.getTopWindow() : null; in getTopWindow()209 return setWindowVisibility(getTopWindow(), visibility); in setTopWindowVisibility()
102 public ViewGroup getTopWindow() { in getTopWindow() method in CarSystemBarViewFactory
431 mTopSystemBarWindow = mCarSystemBarController.getTopWindow(); in buildNavBarWindows()