Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DNotificationActionListLayout.java219 / (Notification.MAX_ACTION_BUTTONS + 1); in measureAndGetUsedWidth()
/frameworks/base/core/java/android/app/
DNotification.java297 public static final int MAX_ACTION_BUTTONS = 3; field in Notification
4370 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()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt7648 Landroid/app/Notification$Builder;->MAX_ACTION_BUTTONS:I