Searched refs:MAX_MEDIA_BUTTONS_IN_COMPACT (Results 1 – 2 of 2) sorted by relevance
8043 static final int MAX_MEDIA_BUTTONS_IN_COMPACT = 3; field in Notification.Builder.MediaStyle8208 : Math.min(mActionsToShowInCompact.length, MAX_MEDIA_BUTTONS_IN_COMPACT); in makeMediaContentView()8214 for (int i = 0; i < MAX_MEDIA_BUTTONS_IN_COMPACT; i++) { in makeMediaContentView()8242 : Math.min(mActionsToShowInCompact.length, MAX_MEDIA_BUTTONS_IN_COMPACT); in makeMediaBigContentView()
7774 Landroid/app/Notification$MediaStyle;->MAX_MEDIA_BUTTONS_IN_COMPACT:I