Home
last modified time | relevance | path

Searched defs:baseLayout (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/statusicon/ui/
DQuickControlsEntryPointsControllerTest.java135 ViewGroup baseLayout = (ViewGroup) LayoutInflater.from(mContext).inflate( in addIconViews_qcEntryPointContainerAdded_addViewAfterGettingShowAsDropDown() local
151 ViewGroup baseLayout = (ViewGroup) LayoutInflater.from(mContext).inflate( in addIconViews_notQcEntryPointContainerAdded_addView() local
173 ViewGroup baseLayout = (ViewGroup) LayoutInflater.from(mContext).inflate( in addIconViews_qcControlsStatusIconListContoller_registerIconViewAndGetPanelInfo() local
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitCarUiProxy/plugin/src/main/java/com/chassis/car/ui/plugin/toolbar/
DBaseLayoutInstaller.java131 ViewGroup baseLayout = (ViewGroup) LayoutInflater.from(pluginContext).inflate( in installBaseLayoutAround() local
191 View baseLayout, in InsetsUpdater()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
DOverlayViewController.java82 public final void inflate(ViewGroup baseLayout) { in inflate()