summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/graphics/WorkspaceAndHotseatScrim.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/launcher3/graphics/WorkspaceAndHotseatScrim.java')
-rw-r--r--src/com/android/launcher3/graphics/WorkspaceAndHotseatScrim.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/com/android/launcher3/graphics/WorkspaceAndHotseatScrim.java b/src/com/android/launcher3/graphics/WorkspaceAndHotseatScrim.java
index bc4a06d5e..00cc1a7e2 100644
--- a/src/com/android/launcher3/graphics/WorkspaceAndHotseatScrim.java
+++ b/src/com/android/launcher3/graphics/WorkspaceAndHotseatScrim.java
@@ -34,7 +34,6 @@ import android.graphics.RectF;
import android.graphics.Region;
import android.graphics.Shader;
import android.graphics.drawable.Drawable;
-import android.support.v4.graphics.ColorUtils;
import android.util.DisplayMetrics;
import android.util.Property;
import android.view.View;
@@ -47,6 +46,8 @@ import com.android.launcher3.Workspace;
import com.android.launcher3.uioverrides.WallpaperColorInfo;
import com.android.launcher3.util.Themes;
+import androidx.core.graphics.ColorUtils;
+
/**
* View scrim which draws behind hotseat and workspace
*/