Searched refs:AdState (Results 1 – 2 of 2) sorted by relevance
52 @AdState public final int[] states;66 int count, @AdState int[] states, @NullableType Uri[] uris, long[] durationsUs) { in AdGroup()134 @AdState int[] states = copyStatesWithSpaceForAdCount(this.states, count); in withAdCount()151 @AdState int[] states = copyStatesWithSpaceForAdCount(this.states, index + 1); in withAdUri()172 public AdGroup withAdState(@AdState int state, int index) { in withAdState()174 @AdState int[] states = copyStatesWithSpaceForAdCount(this.states, index + 1); in withAdState()214 @AdState int[] states = Arrays.copyOf(this.states, count); in withAllAdsSkipped()224 private static @AdState int[] copyStatesWithSpaceForAdCount(@AdState int[] states, int count) { in copyStatesWithSpaceForAdCount()256 public @interface AdState {} annotation in AdPlaybackState
55 import com.google.android.exoplayer2.source.ads.AdPlaybackState.AdState;1355 @AdState int[] states = adPlaybackState.adGroups[adGroupIndex].states; in getAdIndexInAdGroupToLoad()