Searched refs:targetParent (Results 1 - 10 of 10) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DBaseWidgetSheet.java134 public void fillInLogContainerData(View v, ItemInfo info, Target target, Target targetParent) { argument
135 targetParent.containerType = ContainerType.WIDGETS;
136 targetParent.cardinality = getElementsRowCount();
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DPinItemDragListener.java108 LauncherLogProto.Target targetParent) {
109 targetParent.containerType = LauncherLogProto.ContainerType.PINITEM;
107 fillInLogContainerData(View v, ItemInfo info, LauncherLogProto.Target target, LauncherLogProto.Target targetParent) argument
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsRecyclerView.java140 public void fillInLogContainerData(View v, ItemInfo info, Target target, Target targetParent) { argument
142 targetParent.containerType = ContainerType.SEARCHRESULT;
144 targetParent.containerType = ContainerType.ALLAPPS;
H A DAllAppsContainerView.java274 public void fillInLogContainerData(View v, ItemInfo info, Target target, Target targetParent) { argument
/packages/apps/Launcher3/src/com/android/launcher3/
H A DHotseat.java145 public void fillInLogContainerData(View v, ItemInfo info, Target target, Target targetParent) { argument
148 targetParent.containerType = ContainerType.HOTSEAT;
H A DSecondaryDropTarget.java282 Target targetParent) {
283 mOriginal.fillInLogContainerData(v, info, target, targetParent);
281 fillInLogContainerData(View v, ItemInfo info, Target target, Target targetParent) argument
H A DWorkspace.java3368 public void fillInLogContainerData(View v, ItemInfo info, Target target, Target targetParent) { argument
3372 targetParent.containerType = ContainerType.WORKSPACE;
3375 targetParent.containerType = ContainerType.HOTSEAT;
3377 targetParent.containerType = ContainerType.FOLDER;
/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DPopupContainerWithArrow.java509 public void fillInLogContainerData(View v, ItemInfo info, Target target, Target targetParent) { argument
516 targetParent.containerType = ContainerType.DEEPSHORTCUTS;
/packages/apps/Launcher3/src/com/android/launcher3/logging/
H A DUserEventDispatcher.java110 * @param targetParent dest of the data
112 void fillInLogContainerData(View v, ItemInfo info, Target target, Target targetParent); argument
/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolder.java1339 public void fillInLogContainerData(View v, ItemInfo info, Target target, Target targetParent) { argument
1343 targetParent.containerType = ContainerType.FOLDER;

Completed in 244 milliseconds