From 48cb7bc7a449c0b4e7b7156c77e01f4060e798b8 Mon Sep 17 00:00:00 2001 From: Hyunyoung Song Date: Tue, 25 Sep 2018 17:03:34 -0700 Subject: 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 --- src/com/android/launcher3/allapps/search/AppsSearchContainerLayout.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/com/android/launcher3/allapps') diff --git a/src/com/android/launcher3/allapps/search/AppsSearchContainerLayout.java b/src/com/android/launcher3/allapps/search/AppsSearchContainerLayout.java index ab6635e45..15cc2caae 100644 --- a/src/com/android/launcher3/allapps/search/AppsSearchContainerLayout.java +++ b/src/com/android/launcher3/allapps/search/AppsSearchContainerLayout.java @@ -19,7 +19,7 @@ import static android.view.View.MeasureSpec.EXACTLY; import static android.view.View.MeasureSpec.getSize; import static android.view.View.MeasureSpec.makeMeasureSpec; -import static com.android.launcher3.graphics.IconNormalizer.ICON_VISIBLE_AREA_FACTOR; +import static com.android.launcher3.icons.IconNormalizer.ICON_VISIBLE_AREA_FACTOR; import android.content.Context; import android.graphics.Rect; -- cgit v1.2.3