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.java213 private int mLastBottomInset = 0; field in DecorView
1073 mLastBottomInset = getColorViewBottomInset(insets.getStableInsetBottom(), in updateColorViews()
1102 boolean navBarToRightEdge = isNavBarToRightEdge(mLastBottomInset, mLastRightInset); in updateColorViews()
1103 boolean navBarToLeftEdge = isNavBarToLeftEdge(mLastBottomInset, mLastLeftInset); in updateColorViews()
1104 int navBarSize = getNavBarSize(mLastBottomInset, mLastRightInset, mLastLeftInset); in updateColorViews()
1143 int consumedBottom = consumingNavBar ? mLastBottomInset : 0; in updateColorViews()