Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/ads/
DAdPlaybackState.java226 int newStateCount = Math.max(count, oldStateCount); in copyStatesWithSpaceForAdCount() local
227 states = Arrays.copyOf(states, newStateCount); in copyStatesWithSpaceForAdCount()
228 Arrays.fill(states, oldStateCount, newStateCount, AD_STATE_UNAVAILABLE); in copyStatesWithSpaceForAdCount()