Add getUserEventLogger to LauncherCallbacks

b/26494415

Change-Id: I8abaaf1269c12435a523e31bf769991018ea5c02
This commit is contained in:
Hyunyoung Song
2016-03-08 16:55:47 -08:00
parent 726eb822d3
commit 8fd5e938d3
9 changed files with 267 additions and 219 deletions

View File

@@ -47,7 +47,6 @@ import com.android.launcher3.LauncherTransitionable;
import com.android.launcher3.R;
import com.android.launcher3.Utilities;
import com.android.launcher3.Workspace;
import com.android.launcher3.userevent.Logger;
import com.android.launcher3.util.ComponentKey;
import java.nio.charset.Charset;
@@ -313,7 +312,6 @@ public class AllAppsContainerView extends BaseContainerView implements DragSourc
icon.getMeasuredHeight());
updateBackgroundAndPaddings();
mLauncher.getLogger().resetElapsedContainerMillis();
}
@Override