Searched refs:customAction (Results 1 – 3 of 3) sorted by relevance
52 CustomAction customAction = mCustomActions.get(i); in createActions() local55 customAction.getTitle(), type, customAction.getIconDrawable()); in createActions()57 if (customAction.isFront()) { in createActions()
165 CustomPlaybackAction customAction = a.fetchDrawable(mContext); in updateCustomActionsWithPlaybackState() local166 if (customAction != null) { in updateCustomActionsWithPlaybackState()167 actionsToFill.get(i).setImageDrawable(customAction.mIcon); in updateCustomActionsWithPlaybackState()176 customAction.mAction, customAction.mExtras); in updateCustomActionsWithPlaybackState()
313 @NonNull PlaybackState.CustomAction customAction, @Nullable Bundle args) { in sendCustomAction()314 mTransportDelegate.sendCustomAction(customAction, args); in sendCustomAction()