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.java210 private int mLastBottomInset = 0; field in DecorView
1070 mLastBottomInset = getColorViewBottomInset(insets.getStableInsetBottom(), in updateColorViews()
1099 boolean navBarToRightEdge = isNavBarToRightEdge(mLastBottomInset, mLastRightInset); in updateColorViews()
1100 boolean navBarToLeftEdge = isNavBarToLeftEdge(mLastBottomInset, mLastLeftInset); in updateColorViews()
1101 int navBarSize = getNavBarSize(mLastBottomInset, mLastRightInset, mLastLeftInset); in updateColorViews()
1140 int consumedBottom = consumingNavBar ? mLastBottomInset : 0; in updateColorViews()