Searched refs:getBottomWindow (Results 1 – 5 of 5) sorted by relevance
218 ViewGroup window = mCarSystemBar.getBottomWindow(); in testGetBottomWindow_bottomDisabled_returnsNull()228 ViewGroup window = mCarSystemBar.getBottomWindow(); in testGetBottomWindow_bottomEnabled_returnsWindow()238 ViewGroup window1 = mCarSystemBar.getBottomWindow(); in testGetBottomWindow_bottomEnabled_calledTwice_returnsSameWindow()239 ViewGroup window2 = mCarSystemBar.getBottomWindow(); in testGetBottomWindow_bottomEnabled_calledTwice_returnsSameWindow()334 ViewGroup window = mCarSystemBar.getBottomWindow(); in testSetBottomWindowVisibility_setTrue_isVisible()345 ViewGroup window = mCarSystemBar.getBottomWindow(); in testSetBottomWindowVisibility_setFalse_isGone()
172 when(mCarSystemBarController.getBottomWindow()).thenReturn(mock(ViewGroup.class)); in setUp()489 when(mCarSystemBarController.getBottomWindow()).thenReturn(mock(ViewGroup.class)); in restartSystemBars_newSystemBarConfig_recreatesSystemBars()506 when(mCarSystemBarController.getBottomWindow()).thenReturn(null); in restartSystemBars_newSystemBarConfig_recreatesSystemBars()
191 public ViewGroup getBottomWindow() { in getBottomWindow() method in CarSystemBarController192 return mShowBottom ? mCarSystemBarViewFactory.getBottomWindow() : null; in getBottomWindow()214 return setWindowVisibility(getBottomWindow(), visibility); in setBottomWindowVisibility()
107 public ViewGroup getBottomWindow() { in getBottomWindow() method in CarSystemBarViewFactory
432 mBottomSystemBarWindow = mCarSystemBarController.getBottomWindow(); in buildNavBarWindows()