Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java2251 private int mLastRightInset = 0; field in PhoneWindow.DecorView
2891 mLastRightInset = Math.min(insets.getStableInsetRight(), in updateColorViews()
2910 boolean navBarToRightEdge = mLastBottomInset == 0 && mLastRightInset > 0; in updateColorViews()
2911 int navBarSize = navBarToRightEdge ? mLastRightInset : mLastBottomInset; in updateColorViews()
2918 int statusBarRightInset = statusBarNeedsRightInset ? mLastRightInset : 0; in updateColorViews()
2933 int consumedRight = consumingNavBar ? mLastRightInset : 0; in updateColorViews()