Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
7addc23e
authored
Mar 24, 2020
by
andrewlewis
Committed by
Oliver Woodman
Mar 25, 2020
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Remove unused field in ImaAdsLoader
PiperOrigin-RevId: 302684221
parent
3a6a0375
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
extensions/ima/src/main/java/com/google/android/exoplayer2/ext/ima/ImaAdsLoader.java
extensions/ima/src/main/java/com/google/android/exoplayer2/ext/ima/ImaAdsLoader.java
View file @
7addc23e
...
@@ -318,7 +318,6 @@ public final class ImaAdsLoader
...
@@ -318,7 +318,6 @@ public final class ImaAdsLoader
@Nullable
private
final
AdEventListener
adEventListener
;
@Nullable
private
final
AdEventListener
adEventListener
;
private
final
ImaFactory
imaFactory
;
private
final
ImaFactory
imaFactory
;
private
final
Timeline
.
Period
period
;
private
final
Timeline
.
Period
period
;
private
final
Timeline
.
Window
window
;
private
final
List
<
VideoAdPlayerCallback
>
adCallbacks
;
private
final
List
<
VideoAdPlayerCallback
>
adCallbacks
;
private
final
AdDisplayContainer
adDisplayContainer
;
private
final
AdDisplayContainer
adDisplayContainer
;
private
final
com
.
google
.
ads
.
interactivemedia
.
v3
.
api
.
AdsLoader
adsLoader
;
private
final
com
.
google
.
ads
.
interactivemedia
.
v3
.
api
.
AdsLoader
adsLoader
;
...
@@ -470,7 +469,6 @@ public final class ImaAdsLoader
...
@@ -470,7 +469,6 @@ public final class ImaAdsLoader
imaSdkSettings
.
setPlayerType
(
IMA_SDK_SETTINGS_PLAYER_TYPE
);
imaSdkSettings
.
setPlayerType
(
IMA_SDK_SETTINGS_PLAYER_TYPE
);
imaSdkSettings
.
setPlayerVersion
(
IMA_SDK_SETTINGS_PLAYER_VERSION
);
imaSdkSettings
.
setPlayerVersion
(
IMA_SDK_SETTINGS_PLAYER_VERSION
);
period
=
new
Timeline
.
Period
();
period
=
new
Timeline
.
Period
();
window
=
new
Timeline
.
Window
();
adCallbacks
=
new
ArrayList
<>(
/* initialCapacity= */
1
);
adCallbacks
=
new
ArrayList
<>(
/* initialCapacity= */
1
);
adDisplayContainer
=
imaFactory
.
createAdDisplayContainer
();
adDisplayContainer
=
imaFactory
.
createAdDisplayContainer
();
adDisplayContainer
.
setPlayer
(
/* videoAdPlayer= */
this
);
adDisplayContainer
.
setPlayer
(
/* videoAdPlayer= */
this
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment