Updating UserEventDispatcher to make some methods accessible.

> Removing helper methods around fillInLogContainerData so that its easier to
  create events with 3 and more srcTargets
> Removing setPredictedApps from userEventDispatcher as its specific to Launcher
  and does not apply to other activities. Instead moving it to AllAppsRecyclerView

Bug: 63719473
Change-Id: Ib92621e41ede4ffe03892642ab173772b5a84dd1
This commit is contained in:
Sunny Goyal
2017-07-18 04:25:55 -07:00
parent 751ea1c10e
commit 2b50b53183
4 changed files with 38 additions and 49 deletions

View File

@@ -359,7 +359,7 @@ public class AllAppsContainerView extends BaseContainerView implements DragSourc
@Override
public void fillInLogContainerData(View v, ItemInfo info, Target target, Target targetParent) {
targetParent.containerType = mAppsRecyclerView.getContainerType(v);
// This is filled in {@link AllAppsRecyclerView}
}
@Override