summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/allapps
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2016-04-19 18:30:24 -0700
committerHyunyoung Song <hyunyoungs@google.com>2016-04-19 18:30:24 -0700
commitaa953654279d7cca29682d85111e398ea1f20390 (patch)
tree2b25244507ece0e05e78317ed854a4f5d739c1cf /src/com/android/launcher3/allapps
parentfdec0f9205bb06274d707eea8855bdbe89333295 (diff)
downloadandroid_packages_apps_Trebuchet-aa953654279d7cca29682d85111e398ea1f20390.tar.gz
android_packages_apps_Trebuchet-aa953654279d7cca29682d85111e398ea1f20390.tar.bz2
android_packages_apps_Trebuchet-aa953654279d7cca29682d85111e398ea1f20390.zip
Refactor UserEventDispatcher (1/2)
b/28269657 Change-Id: I1083e6f73f42ac1986428a39c6b532050e595ac6
Diffstat (limited to 'src/com/android/launcher3/allapps')
-rw-r--r--src/com/android/launcher3/allapps/AllAppsRecyclerView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher3/allapps/AllAppsRecyclerView.java b/src/com/android/launcher3/allapps/AllAppsRecyclerView.java
index 32d444d8f..8d5ade3fe 100644
--- a/src/com/android/launcher3/allapps/AllAppsRecyclerView.java
+++ b/src/com/android/launcher3/allapps/AllAppsRecyclerView.java
@@ -29,7 +29,7 @@ import com.android.launcher3.DeviceProfile;
import com.android.launcher3.ItemInfo;
import com.android.launcher3.R;
import com.android.launcher3.Utilities;
-import com.android.launcher3.logging.UserEventLogger.LaunchSourceProvider;
+import com.android.launcher3.logging.UserEventDispatcher.LaunchSourceProvider;
import com.android.launcher3.userevent.nano.LauncherLogProto;
import com.android.launcher3.userevent.nano.LauncherLogProto.Target;
import java.util.List;