Searched refs:getTopWindow (Results 1 – 4 of 4) sorted by relevance
152 ViewGroup window = mCarSystemBar.getTopWindow(); in testGetTopWindow_topDisabled_returnsNull()162 ViewGroup window = mCarSystemBar.getTopWindow(); in testGetTopWindow_topEnabled_returnsWindow()172 ViewGroup window1 = mCarSystemBar.getTopWindow(); in testGetTopWindow_topEnabled_calledTwice_returnsSameWindow()173 ViewGroup window2 = mCarSystemBar.getTopWindow(); in testGetTopWindow_topEnabled_calledTwice_returnsSameWindow()279 ViewGroup window = mCarSystemBar.getTopWindow(); in testSetTopWindowVisibility_setTrue_isVisible()290 ViewGroup window = mCarSystemBar.getTopWindow(); in testSetTopWindowVisibility_setFalse_isGone()
121 public ViewGroup getTopWindow() { in getTopWindow() method in CarSystemBarController122 return mShowTop ? mCarSystemBarViewFactory.getTopWindow() : null; in getTopWindow()145 return setWindowVisibility(getTopWindow(), visibility); in setTopWindowVisibility()
86 public ViewGroup getTopWindow() { in getTopWindow() method in CarSystemBarViewFactory
333 mTopSystemBarWindow = mCarSystemBarController.getTopWindow(); in buildNavBarWindows()