Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e0f2b9da authored by Matt Sziklay's avatar Matt Sziklay Committed by Automerger Merge Worker
Browse files

Merge "Remove unused HandleMenu variables." into udc-dev am: d7616001

parents 9b0e9aaf d7616001
Loading
Loading
Loading
Loading
+0 −18
Original line number Diff line number Diff line
@@ -74,14 +74,6 @@ public class DesktopModeWindowDecoration extends WindowDecoration<WindowDecorLin
            new WindowDecoration.RelayoutResult<>();

    private final Point mPositionInParent = new Point();
    private final PointF mHandleMenuAppInfoPillPosition = new PointF();
    private final PointF mHandleMenuWindowingPillPosition = new PointF();
    private final PointF mHandleMenuMoreActionsPillPosition = new PointF();

    // Collection of additional windows that comprise the handle menu.
    private AdditionalWindow mHandleMenuAppInfoPill;
    private AdditionalWindow mHandleMenuWindowingPill;
    private AdditionalWindow mHandleMenuMoreActionsPill;
    private HandleMenu mHandleMenu;

    private ResizeVeil mResizeVeil;
@@ -91,16 +83,6 @@ public class DesktopModeWindowDecoration extends WindowDecoration<WindowDecorLin

    private TaskCornersListener mCornersListener;

    private int mMenuWidth;
    private int mMarginMenuTop;
    private int mMarginMenuStart;
    private int mMarginMenuSpacing;
    private int mAppInfoPillHeight;
    private int mWindowingPillHeight;
    private int mMoreActionsPillHeight;
    private int mShadowRadius;
    private int mMenuCornerRadius;

    DesktopModeWindowDecoration(
            Context context,
            DisplayController displayController,