Searched refs:MAX_MEDIA_BUTTONS_IN_COMPACT (Results 1 – 1 of 1) sorted by relevance
8043 static final int MAX_MEDIA_BUTTONS_IN_COMPACT = 3; field in Notification.Builder.MediaStyle8209 : Math.min(mActionsToShowInCompact.length, MAX_MEDIA_BUTTONS_IN_COMPACT); in makeMediaContentView()8215 for (int i = 0; i < MAX_MEDIA_BUTTONS_IN_COMPACT; i++) { in makeMediaContentView()8243 : Math.min(mActionsToShowInCompact.length, MAX_MEDIA_BUTTONS_IN_COMPACT); in makeMediaBigContentView()