Searched refs:mLastRightInset (Results 1 – 1 of 1) sorted by relevance
230 private int mLastRightInset = 0; field in DecorView1130 mLastRightInset = systemInsets.right; in updateColorViews()1155 boolean navBarToRightEdge = isNavBarToRightEdge(mLastBottomInset, mLastRightInset); in updateColorViews()1157 int navBarSize = getNavBarSize(mLastBottomInset, mLastRightInset, mLastLeftInset); in updateColorViews()1176 int statusBarSideInset = statusBarNeedsRightInset ? mLastRightInset in updateColorViews()1233 int consumedRight = consumingNavBar ? mLastRightInset : 0; in updateColorViews()1260 mBackgroundInsets = Insets.of(mLastLeftInset, 0, mLastRightInset, mLastBottomInset); in updateColorViews()