Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/libs/car-ui-lib/referencedesign/plugin/src/main/java/com/chassis/car/ui/plugin/toolbar/
H A DBaseLayoutInstaller.java79 FrameLayout contentViewContainer = baseLayout.requireViewById( in installBaseLayoutAround()
91 baseLayout.addView(focusParkingView, 0, in installBaseLayoutAround()
109 int toolbarIndex = baseLayout.indexOfChild(toolbar); in installBaseLayoutAround()
110 baseLayout.removeView(toolbar); in installBaseLayoutAround()
121 baseLayout, pluginContext, sourceContext); in installBaseLayoutAround()
124 InsetsUpdater updater = new InsetsUpdater(baseLayout, contentView); in installBaseLayoutAround()
163 View baseLayout, in InsetsUpdater() argument
168 mLeftInsetView = baseLayout.findViewWithTag(LEFT_INSET_TAG); in InsetsUpdater()
169 mRightInsetView = baseLayout.findViewWithTag(RIGHT_INSET_TAG); in InsetsUpdater()
170 mTopInsetView = baseLayout.findViewWithTag(TOP_INSET_TAG); in InsetsUpdater()
[all …]
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/pluginsupport/
H A DPluginFactoryStub.java89 View baseLayout = LayoutInflater.from(contentView.getContext()) in installBaseLayoutAround() local
99 FrameLayout contentViewContainer = requireViewByRefId(baseLayout, in installBaseLayoutAround()
109 requireViewByRefId(baseLayout, R.id.car_ui_toolbar)); in installBaseLayoutAround()
111 toolbarController = new ToolbarControllerImpl(baseLayout); in installBaseLayoutAround()
115 InsetsUpdater insetsUpdater = new InsetsUpdater(baseLayout, contentView); in installBaseLayoutAround()
170 @NonNull View baseLayout, in InsetsUpdater()
173 mContentViewContainer = requireViewByRefId(baseLayout, in InsetsUpdater()
176 mLeftInsetView = baseLayout.findViewWithTag(LEFT_INSET_TAG); in InsetsUpdater()
177 mRightInsetView = baseLayout.findViewWithTag(RIGHT_INSET_TAG); in InsetsUpdater()
178 mTopInsetView = baseLayout.findViewWithTag(TOP_INSET_TAG); in InsetsUpdater()
[all …]
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
H A DOverlayViewController.java76 public final void inflate(ViewGroup baseLayout) { in inflate() argument
77 ViewStub viewStub = baseLayout.findViewById(mStubId); in inflate()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/ui/
H A DControlViewHolderTest.kt56 val baseLayout = LayoutInflater.from(mContext).inflate( regex
60 baseLayout,
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DTextInterpolator.kt255 val baseLayout = shapeText(layout, basePaint) regex
258 require(baseLayout.size == targetLayout.size) {
263 lines = baseLayout.zip(targetLayout) { baseLine, targetLine ->
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DControlsUiControllerImpl.kt399 val baseLayout = inflater.inflate( regex
401 lastRow.addView(baseLayout)
405 val lp = baseLayout.getLayoutParams() as ViewGroup.MarginLayoutParams
409 baseLayout,