Searched refs:MAX_ACTION_BUTTONS (Results 1 – 3 of 3) sorted by relevance
219 / (Notification.MAX_ACTION_BUTTONS + 1); in measureAndGetUsedWidth()
297 public static final int MAX_ACTION_BUTTONS = 3; field in Notification4370 private ArrayList<Action> mActions = new ArrayList<>(MAX_ACTION_BUTTONS);6332 int numActions = Math.min(nonContextualActions.size(), MAX_ACTION_BUTTONS); in applyStandardTemplateWithActions()10695 int nonContextualActionSlotsRemaining = MAX_ACTION_BUTTONS; in getActionsListWithSystemActions()10696 ArrayList<Action> resultActions = new ArrayList<>(MAX_ACTION_BUTTONS); in getActionsListWithSystemActions()
7648 Landroid/app/Notification$Builder;->MAX_ACTION_BUTTONS:I