Searched refs:actionsSet (Results 1 – 1 of 1) sorted by relevance
455 final Set<BottomAction> actionsSet = new HashSet<>(Arrays.asList(actions)); in showActionsOnly() local458 if (actionsSet.contains(action)) { in showActionsOnly()473 final Set<BottomAction> actionsSet = new HashSet<>(Arrays.asList(actions)); in areActionsShown() local474 return actionsSet.stream().allMatch(bottomAction -> { in areActionsShown()