summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/allapps
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/allapps
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/allapps')
-rw-r--r--src/com/android/launcher3/allapps/search/AppsSearchContainerLayout.java2
1 files changed, 1 insertions, 1 deletions
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;