Home
last modified time | relevance | path

Searched refs:mBottomInsetView (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.java177 private final View mBottomInsetView; field in BaseLayoutInstaller.InsetsUpdater
199 mBottomInsetView = baseLayout.findViewWithTag(BOTTOM_INSET_TAG); in InsetsUpdater()
219 if (mBottomInsetView != null) { in InsetsUpdater()
220 mBottomInsetView.addOnLayoutChangeListener(layoutChangeListener); in InsetsUpdater()
272 if (mBottomInsetView != null) { in onGlobalLayout()
274 getBottomOfView(mContentViewContainer) - getTopOfView(mBottomInsetView)); in onGlobalLayout()