Searched refs:forFolderMatch (Results 1 – 5 of 5) sorted by relevance
146 fun `forFolderMatch returns Predicate to match against children within Folder ItemInfo`() { in forFolderMatch returns Predicate to match against children within Folder ItemInfo()167 val predicate = ItemInfoMatcher.forFolderMatch(ofShortcutKeys(setOf(expectedShortcutKey))) in forFolderMatch returns Predicate to match against children within Folder ItemInfo()
67 public static Predicate<ItemInfo> forFolderMatch(Predicate<ItemInfo> childOperator) { in forFolderMatch() method in ItemInfoMatcher
107 import static com.android.launcher3.util.ItemInfoMatcher.forFolderMatch;2463 preferredItem, forFolderMatch(preferredItem),2464 packageAndUserAndApp, forFolderMatch(packageAndUserAndApp));
698 Predicate<ItemInfo> matcher = ItemInfoMatcher.forFolderMatch( in findTaskbarTargetForIconView()
1205 View icon = mModelCallbacks.getFirstMatch(matcher, ItemInfoMatcher.forFolderMatch(matcher)); in getFirstIconMatch()