Searched refs:getColorViewLeftInset (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskSnapshotSurface.java39 import static com.android.internal.policy.DecorView.getColorViewLeftInset;
376 final int colorViewLeftInset = getColorViewLeftInset(mStableInsets.left,
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java1031 public static int getColorViewLeftInset(int stableLeft, int systemLeft) { method in class:DecorView
1051 final int leftInset = getColorViewLeftInset(stableInsets.left, contentInsets.left);
1052 final int rightInset = getColorViewLeftInset(stableInsets.right, contentInsets.right);

Completed in 77 milliseconds