Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java219 private int mLastBottomInset = 0; field in DecorView
1118 mLastBottomInset = getColorViewBottomInset(insets.getStableInsetBottom(), in updateColorViews()
1147 boolean navBarToRightEdge = isNavBarToRightEdge(mLastBottomInset, mLastRightInset); in updateColorViews()
1148 boolean navBarToLeftEdge = isNavBarToLeftEdge(mLastBottomInset, mLastLeftInset); in updateColorViews()
1149 int navBarSize = getNavBarSize(mLastBottomInset, mLastRightInset, mLastLeftInset); in updateColorViews()
1213 int consumedBottom = consumingNavBar ? mLastBottomInset : 0; in updateColorViews()
1239 mBackgroundInsets = Insets.of(mLastLeftInset, 0, mLastRightInset, mLastBottomInset); in updateColorViews()