Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerControlView.java964 int totalAdGroupCount = adGroupCount + extraAdGroupCount; in updateTimeline() local
965 if (totalAdGroupCount > adGroupTimesMs.length) { in updateTimeline()
966 adGroupTimesMs = Arrays.copyOf(adGroupTimesMs, totalAdGroupCount); in updateTimeline()
967 playedAdGroups = Arrays.copyOf(playedAdGroups, totalAdGroupCount); in updateTimeline()
971 timeBar.setAdGroupTimesMs(adGroupTimesMs, playedAdGroups, totalAdGroupCount); in updateTimeline()