Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java228 private int mLastBottomInset = 0; field in DecorView
1129 mLastBottomInset = systemInsets.bottom; in updateColorViews()
1155 boolean navBarToRightEdge = isNavBarToRightEdge(mLastBottomInset, mLastRightInset); in updateColorViews()
1156 boolean navBarToLeftEdge = isNavBarToLeftEdge(mLastBottomInset, mLastLeftInset); in updateColorViews()
1157 int navBarSize = getNavBarSize(mLastBottomInset, mLastRightInset, mLastLeftInset); in updateColorViews()
1234 int consumedBottom = consumingNavBar ? mLastBottomInset : 0; in updateColorViews()
1260 mBackgroundInsets = Insets.of(mLastLeftInset, 0, mLastRightInset, mLastBottomInset); in updateColorViews()