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

/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskSnapshotSurface.java37 import static com.android.internal.policy.DecorView.getColorViewLeftInset;
382 final int colorViewLeftInset = getColorViewLeftInset(mStableInsets.left,
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java1022 public static int getColorViewLeftInset(int stableLeft, int systemLeft) { method in class:DecorView
1042 final int leftInset = getColorViewLeftInset(stableInsets.left, contentInsets.left);
1043 final int rightInset = getColorViewLeftInset(stableInsets.right, contentInsets.right);
/frameworks/base/config/
H A Dboot-image-profile.txt9201 HPLcom/android/internal/policy/DecorView;->getColorViewLeftInset(II)I
[all...]

Completed in 60 milliseconds