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