Loading libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/DesktopModeWindowDecoration.java +4 −1 Original line number Diff line number Diff line Loading @@ -2031,7 +2031,10 @@ public class DesktopModeWindowDecoration extends WindowDecoration<WindowDecorLin */ @Override public void onMaximizeButtonHoverExit() { asAppHeader(mWindowDecorViewHolder).onMaximizeWindowHoverExit(); final AppHeaderViewHolder appHeader = asAppHeader(mWindowDecorViewHolder); if (appHeader != null) { appHeader.onMaximizeWindowHoverExit(); } } /** Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/DesktopModeWindowDecoration.java +4 −1 Original line number Diff line number Diff line Loading @@ -2031,7 +2031,10 @@ public class DesktopModeWindowDecoration extends WindowDecoration<WindowDecorLin */ @Override public void onMaximizeButtonHoverExit() { asAppHeader(mWindowDecorViewHolder).onMaximizeWindowHoverExit(); final AppHeaderViewHolder appHeader = asAppHeader(mWindowDecorViewHolder); if (appHeader != null) { appHeader.onMaximizeWindowHoverExit(); } } /** Loading