Home
last modified time | relevance | path

Searched refs:ofItemIds (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/util/
DItemInfoMatcher.java75 public static Predicate<ItemInfo> ofItemIds(IntSet ids) { in ofItemIds() method in ItemInfoMatcher
85 return ofItemIds(ids); in ofItems()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DPackageUpdatedTask.java371 ItemInfoMatcher.ofItemIds(removedShortcuts), in execute()
409 .and(ItemInfoMatcher.ofItemIds(forceKeepShortcuts).negate()); in execute()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherModel.java485 ItemInfoMatcher.ofItemIds(removedIds), in onSessionFailure()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarDragController.java650 ItemInfoMatcher.ofItemIds(IntSet.wrap(item.id))); in findTaskbarTargetForIconView()