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.java40 import static com.android.internal.policy.DecorView.getColorViewTopInset;
467 return getColorViewTopInset(mStableInsets.top, mContentInsets.top); in getStatusBarColorViewHeight()
/frameworks/base/core/java/com/android/internal/policy/
DBackdropFrameRenderer.java373 final int topInset = DecorView.getColorViewTopInset(mStableInsets.top, mSystemInsets.top); in drawColorViews()
DDecorView.java1016 public static int getColorViewTopInset(int stableTop, int systemTop) { in getColorViewTopInset() method
1071 mLastTopInset = getColorViewTopInset(insets.getStableInsetTop(), in updateColorViews()