Searched refs:mBottomInsetView (Results 1 – 1 of 1) sorted by relevance
177 private final View mBottomInsetView; field in BaseLayoutInstaller.InsetsUpdater199 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()