Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/ads/
DAdPlaybackState.java330 while (index >= 0 && isPositionBeforeAdGroup(positionUs, periodDurationUs, index)) { in getAdGroupIndexForPositionUs()
480 private boolean isPositionBeforeAdGroup( in isPositionBeforeAdGroup() method in AdPlaybackState