Searched refs:extraAdGroupTimesMs (Results 1 – 2 of 2) sorted by relevance
312 private long[] extraAdGroupTimesMs; field in PlayerControlView377 extraAdGroupTimesMs = new long[0]; in PlayerControlView()533 @Nullable long[] extraAdGroupTimesMs, @Nullable boolean[] extraPlayedAdGroups) { in setExtraAdGroupMarkers()534 if (extraAdGroupTimesMs == null) { in setExtraAdGroupMarkers()535 this.extraAdGroupTimesMs = new long[0]; in setExtraAdGroupMarkers()539 Assertions.checkArgument(extraAdGroupTimesMs.length == extraPlayedAdGroups.length); in setExtraAdGroupMarkers()540 this.extraAdGroupTimesMs = extraAdGroupTimesMs; in setExtraAdGroupMarkers()963 int extraAdGroupCount = extraAdGroupTimesMs.length; in updateTimeline()969 System.arraycopy(extraAdGroupTimesMs, 0, adGroupTimesMs, adGroupCount, extraAdGroupCount); in updateTimeline()
1063 @Nullable long[] extraAdGroupTimesMs, @Nullable boolean[] extraPlayedAdGroups) { in setExtraAdGroupMarkers()1065 controller.setExtraAdGroupMarkers(extraAdGroupTimesMs, extraPlayedAdGroups); in setExtraAdGroupMarkers()