Searched refs:mLastRightInset (Results 1 – 1 of 1) sorted by relevance
219 private int mLastRightInset = 0; field in DecorView1102 mLastRightInset = systemInsets.right; in updateColorViews()1127 boolean navBarToRightEdge = isNavBarToRightEdge(mLastBottomInset, mLastRightInset); in updateColorViews()1129 int navBarSize = getNavBarSize(mLastBottomInset, mLastRightInset, mLastLeftInset); in updateColorViews()1153 int statusBarSideInset = statusBarNeedsRightInset ? mLastRightInset in updateColorViews()1209 int consumedRight = consumingNavBar ? mLastRightInset : 0; in updateColorViews()1239 mBackgroundInsets = Insets.of(mLastLeftInset, 0, mLastRightInset, mLastBottomInset); in updateColorViews()