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

Commit 6d508c70 authored by Sebastián Franco's avatar Sebastián Franco Committed by Android (Google) Code Review
Browse files

Merge "Remove event signaling logic from Launcher to the tests" into main

parents fae91d5e 899656a2
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -37,8 +37,6 @@ import com.android.launcher3.accessibility.DragViewStateAnnouncer;
import com.android.launcher3.celllayout.CellLayoutLayoutParams;
import com.android.launcher3.celllayout.CellPosMapper.CellPos;
import com.android.launcher3.config.FeatureFlags;
import com.android.launcher3.debug.TestEvent;
import com.android.launcher3.debug.TestEventEmitter;
import com.android.launcher3.dragndrop.DragLayer;
import com.android.launcher3.keyboard.ViewGroupFocusHelper;
import com.android.launcher3.logging.InstanceId;
@@ -223,9 +221,6 @@ public class AppWidgetResizeFrame extends AbstractFloatingView implements View.O
        dl.addView(frame);
        frame.mIsOpen = true;
        frame.post(() -> frame.snapToWidget(false));
        TestEventEmitter.INSTANCE.get(widget.getContext()).sendEvent(
                TestEvent.RESIZE_FRAME_SHOWING
        );
    }

    private void setCornerRadiusFromWidget() {