Searched refs:mActionsToShowInCompact (Results 1 – 2 of 2) sorted by relevance
8053 private int[] mActionsToShowInCompact = null; field in Notification.Builder.MediaStyle8074 mActionsToShowInCompact = actions; in setShowActionsInCompactView()8132 if (mActionsToShowInCompact != null) { in addExtras()8133 extras.putIntArray(EXTRA_COMPACT_ACTIONS, mActionsToShowInCompact); in addExtras()8148 mActionsToShowInCompact = extras.getIntArray(EXTRA_COMPACT_ACTIONS); in restoreFromExtras()8206 final int numActionsToShow = mActionsToShowInCompact == null in makeMediaContentView()8208 : Math.min(mActionsToShowInCompact.length, MAX_MEDIA_BUTTONS_IN_COMPACT); in makeMediaContentView()8216 final Action action = mBuilder.mActions.get(mActionsToShowInCompact[i]); in makeMediaContentView()8240 int actionsInCompact = mActionsToShowInCompact == null in makeMediaBigContentView()8242 : Math.min(mActionsToShowInCompact.length, MAX_MEDIA_BUTTONS_IN_COMPACT); in makeMediaBigContentView()
7767 Landroid/app/Notification$MediaStyle;->mActionsToShowInCompact:[I