Home
last modified time | relevance | path

Searched refs:pauseActionIndex (Results 1 – 1 of 1) sorted by relevance

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerNotificationManager.java1182 int pauseActionIndex = actionNames.indexOf(ACTION_PAUSE); in getActionIndicesForCompactView() local
1195 if (pauseActionIndex != -1 && shouldShowPauseButton) { in getActionIndicesForCompactView()
1196 actionIndices[actionCounter++] = pauseActionIndex; in getActionIndicesForCompactView()