Searched refs:mActionsToShowInCompact (Results 1 – 2 of 2) sorted by relevance
102 mediaStyle.mActionsToShowInCompact, in addStyleGetContentViewLollipop()118 mediaStyle.mActionsToShowInCompact, false /* no cancel button on L */, in addStyleGetContentViewLollipop()230 b.getPriority(), b.mActions, mediaStyle.mActionsToShowInCompact, in addStyleGetContentViewIcs()547 int[] mActionsToShowInCompact = null; field in NotificationCompat.MediaStyle566 mActionsToShowInCompact = actions; in setShowActionsInCompactView()
5301 private int[] mActionsToShowInCompact = null; field in Notification.MediaStyle5322 mActionsToShowInCompact = actions; in setShowActionsInCompactView()5380 if (mActionsToShowInCompact != null) { in addExtras()5381 extras.putIntArray(EXTRA_COMPACT_ACTIONS, mActionsToShowInCompact); in addExtras()5396 mActionsToShowInCompact = extras.getIntArray(EXTRA_COMPACT_ACTIONS); in restoreFromExtras()5419 final int N = mActionsToShowInCompact == null in makeMediaContentView()5421 : Math.min(mActionsToShowInCompact.length, MAX_MEDIA_BUTTONS_IN_COMPACT); in makeMediaContentView()5431 final Action action = mBuilder.mActions.get(mActionsToShowInCompact[i]); in makeMediaContentView()5450 int actionsInCompact = mActionsToShowInCompact == null in makeMediaBigContentView()5452 : Math.min(mActionsToShowInCompact.length, MAX_MEDIA_BUTTONS_IN_COMPACT); in makeMediaBigContentView()