Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DBottomActionBar.java455 final Set<BottomAction> actionsSet = new HashSet<>(Arrays.asList(actions)); in showActionsOnly() local
458 if (actionsSet.contains(action)) { in showActionsOnly()
473 final Set<BottomAction> actionsSet = new HashSet<>(Arrays.asList(actions)); in areActionsShown() local
474 return actionsSet.stream().allMatch(bottomAction -> { in areActionsShown()