Searched refs:pauseActionIndex (Results 1 – 1 of 1) sorted by relevance
1182 int pauseActionIndex = actionNames.indexOf(ACTION_PAUSE); in getActionIndicesForCompactView() local1195 if (pauseActionIndex != -1 && shouldShowPauseButton) { in getActionIndicesForCompactView()1196 actionIndices[actionCounter++] = pauseActionIndex; in getActionIndicesForCompactView()