Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTaskSnapshotSurface.java42 import static com.android.internal.policy.DecorView.getColorViewLeftInset;
407 final int colorViewLeftInset = getColorViewLeftInset(mStableInsets.left, in calculateSnapshotFrame()
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java1067 public static int getColorViewLeftInset(int stableLeft, int systemLeft) { in getColorViewLeftInset() method
1089 (int) (getColorViewLeftInset(stableInsets.left, contentInsets.left) * scale); in getNavigationBarRect()
1091 (int) (getColorViewLeftInset(stableInsets.right, contentInsets.right) * scale); in getNavigationBarRect()