Loading services/core/java/com/android/server/wm/InsetsSourceProvider.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -178,6 +178,7 @@ class InsetsSourceProvider { mWindowContainer.cancelAnimation(); mWindowContainer.cancelAnimation(); mWindowContainer.getInsetsSourceProviders().remove(mSource.getId()); mWindowContainer.getInsetsSourceProviders().remove(mSource.getId()); mSeamlessRotating = false; mSeamlessRotating = false; mHasPendingPosition = false; } } ProtoLog.d(WM_DEBUG_WINDOW_INSETS, "InsetsSource setWin %s for type %s", ProtoLog.d(WM_DEBUG_WINDOW_INSETS, "InsetsSource setWin %s for type %s", windowContainer, WindowInsets.Type.toString(mSource.getType())); windowContainer, WindowInsets.Type.toString(mSource.getType())); Loading Loading
services/core/java/com/android/server/wm/InsetsSourceProvider.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -178,6 +178,7 @@ class InsetsSourceProvider { mWindowContainer.cancelAnimation(); mWindowContainer.cancelAnimation(); mWindowContainer.getInsetsSourceProviders().remove(mSource.getId()); mWindowContainer.getInsetsSourceProviders().remove(mSource.getId()); mSeamlessRotating = false; mSeamlessRotating = false; mHasPendingPosition = false; } } ProtoLog.d(WM_DEBUG_WINDOW_INSETS, "InsetsSource setWin %s for type %s", ProtoLog.d(WM_DEBUG_WINDOW_INSETS, "InsetsSource setWin %s for type %s", windowContainer, WindowInsets.Type.toString(mSource.getType())); windowContainer, WindowInsets.Type.toString(mSource.getType())); Loading