Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTaskSnapshotSurface.java561 final int rightInset = (int) (DecorView.getColorViewRightInset(mStableInsets.right, in drawStatusBarBackground()
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java1063 public static int getColorViewRightInset(int stableRight, int systemRight) { in getColorViewRightInset() method
1120 mLastRightInset = getColorViewRightInset(insets.getStableInsetRight(), in updateColorViews()
1122 mLastLeftInset = getColorViewRightInset(insets.getStableInsetLeft(), in updateColorViews()