Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarViewFactory.java103 return getWindowCached(Type.TOP); in getTopWindow()
108 return getWindowCached(Type.BOTTOM); in getBottomWindow()
113 return getWindowCached(Type.LEFT); in getLeftWindow()
118 return getWindowCached(Type.RIGHT); in getRightWindow()
147 private ViewGroup getWindowCached(Type type) { in getWindowCached() method in CarSystemBarViewFactory