Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTaskSnapshotSurface.java43 import static com.android.internal.policy.DecorView.getColorViewTopInset;
538 return (int) (getColorViewTopInset(mStableInsets.top, mContentInsets.top) * mScale); in getStatusBarColorViewHeight()
/frameworks/base/core/java/com/android/internal/policy/
DBackdropFrameRenderer.java373 final int topInset = DecorView.getColorViewTopInset(mStableInsets.top, mSystemInsets.top); in drawColorViews()
DDecorView.java1055 public static int getColorViewTopInset(int stableTop, int systemTop) { in getColorViewTopInset() method
1116 mLastTopInset = getColorViewTopInset(insets.getStableInsetTop(), in updateColorViews()