Home
last modified time | relevance | path

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

/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitCarUiProxy/plugin/src/main/java/com/chassis/car/ui/plugin/toolbar/
DBaseLayoutInstaller.java174 private final View mLeftInsetView; field in BaseLayoutInstaller.InsetsUpdater
196 mLeftInsetView = baseLayout.findViewWithTag(LEFT_INSET_TAG); in InsetsUpdater()
210 if (mLeftInsetView != null) { in InsetsUpdater()
211 mLeftInsetView.addOnLayoutChangeListener(layoutChangeListener); in InsetsUpdater()
276 if (mLeftInsetView != null) { in onGlobalLayout()
278 getRightOfView(mLeftInsetView) - getLeftOfView(mContentViewContainer)); in onGlobalLayout()