Home
last modified time | relevance | path

Searched refs:mRightInsetView (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.java175 private final View mRightInsetView; field in BaseLayoutInstaller.InsetsUpdater
197 mRightInsetView = baseLayout.findViewWithTag(RIGHT_INSET_TAG); in InsetsUpdater()
213 if (mRightInsetView != null) { in InsetsUpdater()
214 mRightInsetView.addOnLayoutChangeListener(layoutChangeListener); in InsetsUpdater()
280 if (mRightInsetView != null) { in onGlobalLayout()
282 getRightOfView(mContentViewContainer) - getLeftOfView(mRightInsetView)); in onGlobalLayout()