Searched refs:getLeftWindow (Results 1 – 4 of 4) sorted by relevance
218 ViewGroup window = mCarSystemBar.getLeftWindow(); in testGetLeftWindow_leftDisabled_returnsNull()227 ViewGroup window = mCarSystemBar.getLeftWindow(); in testGetLeftWindow_leftEnabled_returnsWindow()237 ViewGroup window1 = mCarSystemBar.getLeftWindow(); in testGetLeftWindow_leftEnabled_calledTwice_returnsSameWindow()238 ViewGroup window2 = mCarSystemBar.getLeftWindow(); in testGetLeftWindow_leftEnabled_calledTwice_returnsSameWindow()323 ViewGroup window = mCarSystemBar.getLeftWindow(); in testSetLeftWindowVisibility_setTrue_isVisible()334 ViewGroup window = mCarSystemBar.getLeftWindow(); in testSetLeftWindowVisibility_setFalse_isGone()
133 public ViewGroup getLeftWindow() { in getLeftWindow() method in CarSystemBarController134 return mShowLeft ? mCarSystemBarViewFactory.getLeftWindow() : null; in getLeftWindow()155 return setWindowVisibility(getLeftWindow(), visibility); in setLeftWindowVisibility()
96 public ViewGroup getLeftWindow() { in getLeftWindow() method in CarSystemBarViewFactory
335 mLeftSystemBarWindow = mCarSystemBarController.getLeftWindow(); in buildNavBarWindows()