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