Searched refs:mLastBottomInset (Results 1 – 1 of 1) sorted by relevance
228 private int mLastBottomInset = 0; field in DecorView1129 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()