Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DSystemBarConfigs.java58 Context getWindowContextBySide(@SystemBarSide int side); in getWindowContextBySide() method
DSystemBarConfigsImpl.java152 public Context getWindowContextBySide(@SystemBarSide int side) { in getWindowContextBySide() method in SystemBarConfigsImpl
176 return (ViewGroup) View.inflate(getWindowContextBySide(side), layoutId, /* root= */ null); in getSystemBarLayoutBySide()
219 ViewGroup window = (ViewGroup) View.inflate(getWindowContextBySide(side), in getWindowLayoutBySide()
DCarSystemBarControllerImpl.java457 Configuration windowConfig = mSystemBarConfigs.getWindowContextBySide( in checkSystemBarWindowContextsAreUpdated()
773 Context windowContext = mSystemBarConfigs.getWindowContextBySide(side); in getWindowManagerForSide()