Searched refs:getRightWindow (Results 1 – 5 of 5) sorted by relevance
281 ViewGroup window = mCarSystemBar.getRightWindow(); in testGetRightWindow_rightDisabled_returnsNull()291 ViewGroup window = mCarSystemBar.getRightWindow(); in testGetRightWindow_rightEnabled_returnsWindow()301 ViewGroup window1 = mCarSystemBar.getRightWindow(); in testGetRightWindow_rightEnabled_calledTwice_returnsSameWindow()302 ViewGroup window2 = mCarSystemBar.getRightWindow(); in testGetRightWindow_rightEnabled_calledTwice_returnsSameWindow()380 ViewGroup window = mCarSystemBar.getRightWindow(); in testSetRightWindowVisibility_setTrue_isVisible()391 ViewGroup window = mCarSystemBar.getRightWindow(); in testSetRightWindowVisibility_setFalse_isGone()
174 when(mCarSystemBarController.getRightWindow()).thenReturn(mock(ViewGroup.class)); in setUp()491 when(mCarSystemBarController.getRightWindow()).thenReturn(null); in restartSystemBars_newSystemBarConfig_recreatesSystemBars()508 when(mCarSystemBarController.getRightWindow()).thenReturn(mock(ViewGroup.class)); in restartSystemBars_newSystemBarConfig_recreatesSystemBars()
203 public ViewGroup getRightWindow() { in getRightWindow() method in CarSystemBarController204 return mShowRight ? mCarSystemBarViewFactory.getRightWindow() : null; in getRightWindow()224 return setWindowVisibility(getRightWindow(), visibility); in setRightWindowVisibility()
117 public ViewGroup getRightWindow() { in getRightWindow() method in CarSystemBarViewFactory
434 mRightSystemBarWindow = mCarSystemBarController.getRightWindow(); in buildNavBarWindows()