mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 01:16:49 +00:00
Inlining BaseQuickstepLauncher to QuickstepLauncher
Bug: 243022799 Test: Presubmit Change-Id: I3706fc1f10d88ea73bd873c7e94c3e78795791eb
This commit is contained in:
@@ -102,6 +102,7 @@ import com.android.launcher3.statehandlers.DepthController;
|
||||
import com.android.launcher3.taskbar.LauncherTaskbarUIController;
|
||||
import com.android.launcher3.testing.shared.ResourceUtils;
|
||||
import com.android.launcher3.touch.PagedOrientationHandler;
|
||||
import com.android.launcher3.uioverrides.QuickstepLauncher;
|
||||
import com.android.launcher3.util.ActivityOptionsWrapper;
|
||||
import com.android.launcher3.util.DynamicResource;
|
||||
import com.android.launcher3.util.ObjectWrapper;
|
||||
@@ -193,7 +194,7 @@ public class QuickstepTransitionManager implements OnDeviceProfileChangeListener
|
||||
// Cross-fade duration between App Widget and App
|
||||
private static final int WIDGET_CROSSFADE_DURATION_MILLIS = 125;
|
||||
|
||||
protected final BaseQuickstepLauncher mLauncher;
|
||||
protected final QuickstepLauncher mLauncher;
|
||||
private final DragLayer mDragLayer;
|
||||
|
||||
final Handler mHandler;
|
||||
|
||||
Reference in New Issue
Block a user