Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerNotificationManager.java1183 int playActionIndex = actionNames.indexOf(ACTION_PLAY); in getActionIndicesForCompactView() local
1197 } else if (playActionIndex != -1 && !shouldShowPauseButton) { in getActionIndicesForCompactView()
1198 actionIndices[actionCounter++] = playActionIndex; in getActionIndicesForCompactView()