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