Home
last modified time | relevance | path

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

/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
138 contentViewParent.addView(baseLayout, contentIndex, contentView.getLayoutParams()); in installBaseLayoutAround()
141 FrameLayout contentViewContainer = baseLayout.requireViewById( in installBaseLayoutAround()
149 toolbarController = new ToolbarControllerImpl(baseLayout, pluginContext); in installBaseLayoutAround()
152 InsetsUpdater updater = new InsetsUpdater(baseLayout, contentView); in installBaseLayoutAround()
191 View baseLayout, in InsetsUpdater() argument
194 mContentViewContainer = baseLayout.requireViewById(sBaseLayoutId); in InsetsUpdater()
196 mLeftInsetView = baseLayout.findViewWithTag(LEFT_INSET_TAG); in InsetsUpdater()
197 mRightInsetView = baseLayout.findViewWithTag(RIGHT_INSET_TAG); in InsetsUpdater()
198 mTopInsetView = baseLayout.findViewWithTag(TOP_INSET_TAG); in InsetsUpdater()
[all …]
/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
DOverlayViewController.java82 public final void inflate(ViewGroup baseLayout) { in inflate() argument
83 ViewStub viewStub = baseLayout.findViewById(mStubId); in inflate()