Searched refs:getLeftWindow (Results 1 – 5 of 5) sorted by relevance
249 ViewGroup window = mCarSystemBar.getLeftWindow(); in testGetLeftWindow_leftDisabled_returnsNull()259 ViewGroup window = mCarSystemBar.getLeftWindow(); in testGetLeftWindow_leftEnabled_returnsWindow()270 ViewGroup window1 = mCarSystemBar.getLeftWindow(); in testGetLeftWindow_leftEnabled_calledTwice_returnsSameWindow()271 ViewGroup window2 = mCarSystemBar.getLeftWindow(); in testGetLeftWindow_leftEnabled_calledTwice_returnsSameWindow()357 ViewGroup window = mCarSystemBar.getLeftWindow(); in testSetLeftWindowVisibility_setTrue_isVisible()369 ViewGroup window = mCarSystemBar.getLeftWindow(); in testSetLeftWindowVisibility_setFalse_isGone()
173 when(mCarSystemBarController.getLeftWindow()).thenReturn(mock(ViewGroup.class)); in setUp()490 when(mCarSystemBarController.getLeftWindow()).thenReturn(null); in restartSystemBars_newSystemBarConfig_recreatesSystemBars()507 when(mCarSystemBarController.getLeftWindow()).thenReturn(mock(ViewGroup.class)); in restartSystemBars_newSystemBarConfig_recreatesSystemBars()
197 public ViewGroup getLeftWindow() { in getLeftWindow() method in CarSystemBarController198 return mShowLeft ? mCarSystemBarViewFactory.getLeftWindow() : null; in getLeftWindow()219 return setWindowVisibility(getLeftWindow(), visibility); in setLeftWindowVisibility()
112 public ViewGroup getLeftWindow() { in getLeftWindow() method in CarSystemBarViewFactory
433 mLeftSystemBarWindow = mCarSystemBarController.getLeftWindow(); in buildNavBarWindows()