Home
last modified time | relevance | path

Searched refs:ItemInfoMatcher (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/model/
DPackageUpdatedTask.java54 import com.android.launcher3.util.ItemInfoMatcher;
116 ? ItemInfoMatcher.ofUser(mUser) // We want to update all packages for this user in execute()
117 : ItemInfoMatcher.ofPackages(packageSet, mUser); in execute()
371 ItemInfoMatcher.ofItemIds(removedShortcuts), in execute()
407 ItemInfoMatcher.ofPackages(removedPackages, mUser) in execute()
408 .or(ItemInfoMatcher.ofComponents(removedComponents, mUser)) in execute()
409 .and(ItemInfoMatcher.ofItemIds(forceKeepShortcuts).negate()); in execute()
DUserLockStateChangedTask.java34 import com.android.launcher3.util.ItemInfoMatcher;
106 ItemInfoMatcher.ofShortcutKeys(removedKeys), in execute()
DShortcutsChangedTask.java30 import com.android.launcher3.util.ItemInfoMatcher;
122 taskController.deleteAndBindComponentsRemoved(ItemInfoMatcher.ofShortcutKeys( in execute()
DModelWriter.java47 import com.android.launcher3.util.ItemInfoMatcher;
337 notifyOtherCallbacks(c -> c.bindWorkspaceComponentsRemoved(ItemInfoMatcher.ofItems(items))); in notifyDelete()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarModelCallbacks.java36 import com.android.launcher3.util.ItemInfoMatcher;
200 boolean removed = handleItemsRemoved(ItemInfoMatcher.ofItems(items)); in bindItemsModified()
DTaskbarDragController.java82 import com.android.launcher3.util.ItemInfoMatcher;
649 Predicate<ItemInfo> matcher = ItemInfoMatcher.forFolderMatch( in findTaskbarTargetForIconView()
650 ItemInfoMatcher.ofItemIds(IntSet.wrap(item.id))); in findTaskbarTargetForIconView()
654 Predicate<ItemInfo> packageUserMatcher = ItemInfoMatcher.ofPackages( in findTaskbarTargetForIconView()
DTaskbarViewController.java67 import com.android.launcher3.util.ItemInfoMatcher;
860 Predicate<ItemInfo> collectionMatcher = ItemInfoMatcher.forFolderMatch(matcher); in getFirstIconMatch()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DItemClickHandler.java68 import com.android.launcher3.util.ItemInfoMatcher;
283 .persistRemoveItemsByMatcher(ItemInfoMatcher.ofPackages( in onClickPendingAppItem()
350 launcher.getWorkspace().persistRemoveItemsByMatcher(ItemInfoMatcher in maybeCreateAlertDialogForShortcut()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DItemInfoMatcher.java37 public abstract class ItemInfoMatcher { class
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherModel.java75 import com.android.launcher3.util.ItemInfoMatcher;
485 ItemInfoMatcher.ofItemIds(removedIds), in onSessionFailure()
DLauncher.java102 import static com.android.launcher3.util.ItemInfoMatcher.forFolderMatch;
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DActivityAllAppsContainerView.java88 import com.android.launcher3.util.ItemInfoMatcher;
139 protected final Predicate<ItemInfo> mPersonalMatcher = ItemInfoMatcher.ofUser(