Home
last modified time | relevance | path

Searched refs:getTopWindow (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarControllerTest.java152 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()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarController.java121 public ViewGroup getTopWindow() { in getTopWindow() method in CarSystemBarController
122 return mShowTop ? mCarSystemBarViewFactory.getTopWindow() : null; in getTopWindow()
145 return setWindowVisibility(getTopWindow(), visibility); in setTopWindowVisibility()
DCarSystemBarViewFactory.java86 public ViewGroup getTopWindow() { in getTopWindow() method in CarSystemBarViewFactory
DCarSystemBar.java333 mTopSystemBarWindow = mCarSystemBarController.getTopWindow(); in buildNavBarWindows()