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

/packages/apps/Launcher3/src/com/android/launcher3/notification/
H A DNotificationItemView.java174 LauncherLogProto.Target targetParent) {
176 targetParent.containerType = LauncherLogProto.ContainerType.DEEPSHORTCUTS;
173 fillInLogContainerData(View v, ItemInfo info, LauncherLogProto.Target target, LauncherLogProto.Target targetParent) argument
/packages/apps/Launcher3/src/com/android/launcher3/
H A DHotseat.java175 public void fillInLogContainerData(View v, ItemInfo info, Target target, Target targetParent) { argument
178 targetParent.containerType = ContainerType.HOTSEAT;
H A DWorkspace.java4158 public void fillInLogContainerData(View v, ItemInfo info, Target target, Target targetParent) { argument
4162 targetParent.containerType = ContainerType.WORKSPACE;
4165 targetParent.containerType = ContainerType.HOTSEAT;
4167 targetParent.containerType = ContainerType.FOLDER;
/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DWidgetsContainerView.java254 public void fillInLogContainerData(View v, ItemInfo info, Target target, Target targetParent) { argument
255 targetParent.containerType = ContainerType.WIDGETS;
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DPinItemDragListener.java248 LauncherLogProto.Target targetParent) {
249 targetParent.containerType = ContainerType.PINITEM;
247 fillInLogContainerData(View v, ItemInfo info, LauncherLogProto.Target target, LauncherLogProto.Target targetParent) argument
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
H A DShortcutsItemView.java259 LauncherLogProto.Target targetParent) {
262 targetParent.containerType = LauncherLogProto.ContainerType.DEEPSHORTCUTS;
258 fillInLogContainerData(View v, ItemInfo info, LauncherLogProto.Target target, LauncherLogProto.Target targetParent) argument
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsContainerView.java461 public void fillInLogContainerData(View v, ItemInfo info, Target target, Target targetParent) { argument
462 targetParent.containerType = mAppsRecyclerView.getContainerType(v);
/packages/apps/Launcher3/src/com/android/launcher3/logging/
H A DUserEventDispatcher.java85 * @param targetParent dest of the data
87 void fillInLogContainerData(View v, ItemInfo info, Target target, Target targetParent); argument
/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DPopupContainerWithArrow.java739 public void fillInLogContainerData(View v, ItemInfo info, Target target, Target targetParent) { argument
741 targetParent.containerType = ContainerType.DEEPSHORTCUTS;
/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolder.java1448 public void fillInLogContainerData(View v, ItemInfo info, Target target, Target targetParent) { argument
1452 targetParent.containerType = ContainerType.FOLDER;

Completed in 100 milliseconds