Loading services/core/java/com/android/server/wm/WindowState.java +1 −4 Original line number Original line Diff line number Diff line Loading @@ -658,7 +658,7 @@ class WindowState extends WindowContainer<WindowState> implements WindowManagerP private boolean mIsDimming = false; private boolean mIsDimming = false; private @Nullable InsetsSourceProvider mControllableInsetProvider; private @Nullable InsetsSourceProvider mControllableInsetProvider; private InsetsState mRequestedInsetsState; private final InsetsState mRequestedInsetsState = new InsetsState(); private static final float DEFAULT_DIM_AMOUNT_DEAD_WINDOW = 0.5f; private static final float DEFAULT_DIM_AMOUNT_DEAD_WINDOW = 0.5f; private KeyInterceptionInfo mKeyInterceptionInfo; private KeyInterceptionInfo mKeyInterceptionInfo; Loading Loading @@ -817,9 +817,6 @@ class WindowState extends WindowContainer<WindowState> implements WindowManagerP mSeq = seq; mSeq = seq; mPowerManagerWrapper = powerManagerWrapper; mPowerManagerWrapper = powerManagerWrapper; mForceSeamlesslyRotate = token.mRoundedCornerOverlay; mForceSeamlesslyRotate = token.mRoundedCornerOverlay; mRequestedInsetsState = new InsetsState( getDisplayContent().getInsetsPolicy().getInsetsForDispatch(this), true /* copySources */); if (DEBUG) { if (DEBUG) { Slog.v(TAG, "Window " + this + " client=" + c.asBinder() Slog.v(TAG, "Window " + this + " client=" + c.asBinder() + " token=" + token + " (" + mAttrs.token + ")" + " params=" + a); + " token=" + token + " (" + mAttrs.token + ")" + " params=" + a); Loading Loading
services/core/java/com/android/server/wm/WindowState.java +1 −4 Original line number Original line Diff line number Diff line Loading @@ -658,7 +658,7 @@ class WindowState extends WindowContainer<WindowState> implements WindowManagerP private boolean mIsDimming = false; private boolean mIsDimming = false; private @Nullable InsetsSourceProvider mControllableInsetProvider; private @Nullable InsetsSourceProvider mControllableInsetProvider; private InsetsState mRequestedInsetsState; private final InsetsState mRequestedInsetsState = new InsetsState(); private static final float DEFAULT_DIM_AMOUNT_DEAD_WINDOW = 0.5f; private static final float DEFAULT_DIM_AMOUNT_DEAD_WINDOW = 0.5f; private KeyInterceptionInfo mKeyInterceptionInfo; private KeyInterceptionInfo mKeyInterceptionInfo; Loading Loading @@ -817,9 +817,6 @@ class WindowState extends WindowContainer<WindowState> implements WindowManagerP mSeq = seq; mSeq = seq; mPowerManagerWrapper = powerManagerWrapper; mPowerManagerWrapper = powerManagerWrapper; mForceSeamlesslyRotate = token.mRoundedCornerOverlay; mForceSeamlesslyRotate = token.mRoundedCornerOverlay; mRequestedInsetsState = new InsetsState( getDisplayContent().getInsetsPolicy().getInsetsForDispatch(this), true /* copySources */); if (DEBUG) { if (DEBUG) { Slog.v(TAG, "Window " + this + " client=" + c.asBinder() Slog.v(TAG, "Window " + this + " client=" + c.asBinder() + " token=" + token + " (" + mAttrs.token + ")" + " params=" + a); + " token=" + token + " (" + mAttrs.token + ")" + " params=" + a); Loading