mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 01:46:49 +00:00
Move most of the functions in LauncherAppWidgetHost to LauncherWidgetHolder
Test: N/A Bug: 235358918 Change-Id: I343419376491203a195154f2766b12e5def38879
This commit is contained in:
@@ -29,16 +29,16 @@ import android.view.View;
|
||||
import android.widget.RemoteViews;
|
||||
import android.window.SplashScreen;
|
||||
|
||||
import com.android.launcher3.LauncherWidgetHolder;
|
||||
import com.android.launcher3.Utilities;
|
||||
import com.android.launcher3.logging.StatsLogManager;
|
||||
import com.android.launcher3.model.data.ItemInfo;
|
||||
import com.android.launcher3.util.ActivityOptionsWrapper;
|
||||
import com.android.launcher3.widget.LauncherAppWidgetHost;
|
||||
import com.android.launcher3.widget.LauncherAppWidgetHostView;
|
||||
|
||||
/** Provides a Quickstep specific animation when launching an activity from an app widget. */
|
||||
class QuickstepInteractionHandler implements
|
||||
LauncherAppWidgetHost.LauncherWidgetInteractionHandler {
|
||||
class QuickstepInteractionHandler
|
||||
implements LauncherWidgetHolder.LauncherWidgetInteractionHandler {
|
||||
|
||||
private static final String TAG = "QuickstepInteractionHandler";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user