summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/DeviceProfile.java
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2018-09-25 17:03:34 -0700
committerHyunyoung Song <hyunyoungs@google.com>2018-09-26 11:57:37 -0700
commit48cb7bc7a449c0b4e7b7156c77e01f4060e798b8 (patch)
tree652b87330d2b61de72812f091ae576cb21c2d4b1 /src/com/android/launcher3/DeviceProfile.java
parent8e95c9b5e614c4e7f5d8b0a4c40f889ef8d72299 (diff)
downloadandroid_packages_apps_Trebuchet-48cb7bc7a449c0b4e7b7156c77e01f4060e798b8.tar.gz
android_packages_apps_Trebuchet-48cb7bc7a449c0b4e7b7156c77e01f4060e798b8.tar.bz2
android_packages_apps_Trebuchet-48cb7bc7a449c0b4e7b7156c77e01f4060e798b8.zip
Move IconNormalizer/ShadowGenerator/LauncherIcons to icons package
Bug: 115891474 Sending out the package name changing CL first before I make LauncherIconsHandler and tests around it. Change-Id: Ic10479a06333e1435b392a7072cd08782e710cbd
Diffstat (limited to 'src/com/android/launcher3/DeviceProfile.java')
-rw-r--r--src/com/android/launcher3/DeviceProfile.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher3/DeviceProfile.java b/src/com/android/launcher3/DeviceProfile.java
index b429018d7..256fd6c80 100644
--- a/src/com/android/launcher3/DeviceProfile.java
+++ b/src/com/android/launcher3/DeviceProfile.java
@@ -30,7 +30,7 @@ import android.view.WindowManager;
import com.android.launcher3.CellLayout.ContainerType;
import com.android.launcher3.badge.BadgeRenderer;
-import com.android.launcher3.graphics.IconNormalizer;
+import com.android.launcher3.icons.IconNormalizer;
public class DeviceProfile {