Searched defs:allowedButtons (Results 1 – 2 of 2) sorted by relevance
59 @NonNull Set<Integer> allowedButtons, in getButtonPlacement()78 @NonNull Set<Integer> allowedButtons, in placeButtonsInSlots()98 @NonNull Set<Integer> allowedButtons, in placeConflictsInOpenSlots()123 int mutuallyExclusiveButton, @NonNull Set<Integer> allowedButtons) { in isMutuallyExclusiveButtonAvailable()
95 Set<Integer> allowedButtons = new ArraySet<>(); in updateButtonStates() local