Home
last modified time | relevance | path

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

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
H A DBottomActionBar.java451 final Set<BottomAction> actionsSet = new HashSet<>(Arrays.asList(actions)); in showActionsOnly() local
454 if (actionsSet.contains(action)) { in showActionsOnly()
469 final Set<BottomAction> actionsSet = new HashSet<>(Arrays.asList(actions)); in areActionsShown() local
470 return actionsSet.stream().allMatch(bottomAction -> { in areActionsShown()