Searched refs:ItemInfoMatcher (Results 1 – 12 of 12) sorted by relevance
54 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()
34 import com.android.launcher3.util.ItemInfoMatcher;106 ItemInfoMatcher.ofShortcutKeys(removedKeys), in execute()
30 import com.android.launcher3.util.ItemInfoMatcher;122 taskController.deleteAndBindComponentsRemoved(ItemInfoMatcher.ofShortcutKeys( in execute()
47 import com.android.launcher3.util.ItemInfoMatcher;337 notifyOtherCallbacks(c -> c.bindWorkspaceComponentsRemoved(ItemInfoMatcher.ofItems(items))); in notifyDelete()
36 import com.android.launcher3.util.ItemInfoMatcher;200 boolean removed = handleItemsRemoved(ItemInfoMatcher.ofItems(items)); in bindItemsModified()
82 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()
67 import com.android.launcher3.util.ItemInfoMatcher;860 Predicate<ItemInfo> collectionMatcher = ItemInfoMatcher.forFolderMatch(matcher); in getFirstIconMatch()
68 import com.android.launcher3.util.ItemInfoMatcher;283 .persistRemoveItemsByMatcher(ItemInfoMatcher.ofPackages( in onClickPendingAppItem()350 launcher.getWorkspace().persistRemoveItemsByMatcher(ItemInfoMatcher in maybeCreateAlertDialogForShortcut()
37 public abstract class ItemInfoMatcher { class
75 import com.android.launcher3.util.ItemInfoMatcher;485 ItemInfoMatcher.ofItemIds(removedIds), in onSessionFailure()
102 import static com.android.launcher3.util.ItemInfoMatcher.forFolderMatch;
88 import com.android.launcher3.util.ItemInfoMatcher;139 protected final Predicate<ItemInfo> mPersonalMatcher = ItemInfoMatcher.ofUser(