Searched refs:baseLayout (Results 1 – 2 of 2) sorted by relevance
131 ViewGroup baseLayout = (ViewGroup) LayoutInflater.from(pluginContext).inflate( in installBaseLayoutAround() local138 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() argument194 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 …]
82 public final void inflate(ViewGroup baseLayout) { in inflate() argument83 ViewStub viewStub = baseLayout.findViewById(mStubId); in inflate()