Merge "Remove unused HandleMenu variables." into udc-dev

This commit is contained in:
Matt Sziklay
2023-04-26 22:40:12 +00:00
committed by Android (Google) Code Review

View File

@@ -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,