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
71a4b633
authored
Sep 13, 2021
by
andrewlewis
Committed by
Christos Tsilopoulos
Sep 14, 2021
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Fix javadoc consistency
#exofixit PiperOrigin-RevId: 396304941
parent
d74be178
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
14 additions
and
14 deletions
library/common/src/main/java/com/google/android/exoplayer2/util/BundleableUtils.java
library/common/src/main/java/com/google/android/exoplayer2/util/Util.java
library/core/src/main/java/com/google/android/exoplayer2/ExoPlayer.java
library/core/src/main/java/com/google/android/exoplayer2/ExoPlayerImpl.java
library/core/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecRenderer.java
library/ui/src/main/java/com/google/android/exoplayer2/ui/PlayerView.java
library/ui/src/main/java/com/google/android/exoplayer2/ui/StyledPlayerView.java
library/ui/src/main/java/com/google/android/exoplayer2/ui/SubtitleView.java
testutils/src/main/java/com/google/android/exoplayer2/testutil/AdditionalFailureInfo.java
library/common/src/main/java/com/google/android/exoplayer2/util/BundleableUtils.java
View file @
71a4b633
...
@@ -135,7 +135,7 @@ public final class BundleableUtils {
...
@@ -135,7 +135,7 @@ public final class BundleableUtils {
}
}
/**
/**
* Set the application class loader to the given {@link Bundle} if no class loader is present.
* Set
s
the application class loader to the given {@link Bundle} if no class loader is present.
*
*
* <p>This assumes that all classes unparceled from {@code bundle} are sharing the class loader of
* <p>This assumes that all classes unparceled from {@code bundle} are sharing the class loader of
* {@code BundleableUtils}.
* {@code BundleableUtils}.
...
...
library/common/src/main/java/com/google/android/exoplayer2/util/Util.java
View file @
71a4b633
...
@@ -1417,7 +1417,7 @@ public final class Util {
...
@@ -1417,7 +1417,7 @@ public final class Util {
}
}
/**
/**
* Return the long that is composed of the bits of the 2 specified integers.
* Return
s
the long that is composed of the bits of the 2 specified integers.
*
*
* @param mostSignificantBits The 32 most significant bits of the long to return.
* @param mostSignificantBits The 32 most significant bits of the long to return.
* @param leastSignificantBits The 32 least significant bits of the long to return.
* @param leastSignificantBits The 32 least significant bits of the long to return.
...
...
library/core/src/main/java/com/google/android/exoplayer2/ExoPlayer.java
View file @
71a4b633
...
@@ -482,7 +482,7 @@ public interface ExoPlayer extends Player {
...
@@ -482,7 +482,7 @@ public interface ExoPlayer extends Player {
}
}
/**
/**
* Set a limit on the time a call to {@link #setForegroundMode} can spend. If a call to {@link
* Set
s
a limit on the time a call to {@link #setForegroundMode} can spend. If a call to {@link
* #setForegroundMode} takes more than {@code timeoutMs} milliseconds to complete, the player
* #setForegroundMode} takes more than {@code timeoutMs} milliseconds to complete, the player
* will raise an error via {@link Player.Listener#onPlayerError}.
* will raise an error via {@link Player.Listener#onPlayerError}.
*
*
...
...
library/core/src/main/java/com/google/android/exoplayer2/ExoPlayerImpl.java
View file @
71a4b633
...
@@ -253,7 +253,7 @@ import java.util.concurrent.CopyOnWriteArraySet;
...
@@ -253,7 +253,7 @@ import java.util.concurrent.CopyOnWriteArraySet;
}
}
/**
/**
* Set a limit on the time a call to {@link #setForegroundMode} can spend. If a call to {@link
* Set
s
a limit on the time a call to {@link #setForegroundMode} can spend. If a call to {@link
* #setForegroundMode} takes more than {@code timeoutMs} milliseconds to complete, the player will
* #setForegroundMode} takes more than {@code timeoutMs} milliseconds to complete, the player will
* raise an error via {@link Player.Listener#onPlayerError}.
* raise an error via {@link Player.Listener#onPlayerError}.
*
*
...
...
library/core/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecRenderer.java
View file @
71a4b633
...
@@ -416,7 +416,7 @@ public abstract class MediaCodecRenderer extends BaseRenderer {
...
@@ -416,7 +416,7 @@ public abstract class MediaCodecRenderer extends BaseRenderer {
}
}
/**
/**
* Set a limit on the time a single {@link #render(long, long)} call can spend draining and
* Set
s
a limit on the time a single {@link #render(long, long)} call can spend draining and
* filling the decoder.
* filling the decoder.
*
*
* <p>This method should be called right after creating an instance of this class.
* <p>This method should be called right after creating an instance of this class.
...
...
library/ui/src/main/java/com/google/android/exoplayer2/ui/PlayerView.java
View file @
71a4b633
...
@@ -555,7 +555,7 @@ public class PlayerView extends FrameLayout implements AdViewProvider {
...
@@ -555,7 +555,7 @@ public class PlayerView extends FrameLayout implements AdViewProvider {
}
}
/**
/**
* Set the {@link Player} to use.
* Set
s
the {@link Player} to use.
*
*
* <p>To transition a {@link Player} from targeting one view to another, it's recommended to use
* <p>To transition a {@link Player} from targeting one view to another, it's recommended to use
* {@link #switchTargetView(Player, PlayerView, PlayerView)} rather than this method. If you do
* {@link #switchTargetView(Player, PlayerView, PlayerView)} rather than this method. If you do
...
@@ -912,7 +912,7 @@ public class PlayerView extends FrameLayout implements AdViewProvider {
...
@@ -912,7 +912,7 @@ public class PlayerView extends FrameLayout implements AdViewProvider {
}
}
/**
/**
* Set the {@link PlayerControlView.VisibilityListener}.
* Set
s
the {@link PlayerControlView.VisibilityListener}.
*
*
* @param listener The listener to be notified about visibility changes, or null to remove the
* @param listener The listener to be notified about visibility changes, or null to remove the
* current listener.
* current listener.
...
@@ -1030,7 +1030,7 @@ public class PlayerView extends FrameLayout implements AdViewProvider {
...
@@ -1030,7 +1030,7 @@ public class PlayerView extends FrameLayout implements AdViewProvider {
}
}
/**
/**
* Set the {@link AspectRatioFrameLayout.AspectRatioListener}.
* Set
s
the {@link AspectRatioFrameLayout.AspectRatioListener}.
*
*
* @param listener The listener to be notified about aspect ratios changes of the video content or
* @param listener The listener to be notified about aspect ratios changes of the video content or
* the content frame.
* the content frame.
...
...
library/ui/src/main/java/com/google/android/exoplayer2/ui/StyledPlayerView.java
View file @
71a4b633
...
@@ -562,7 +562,7 @@ public class StyledPlayerView extends FrameLayout implements AdViewProvider {
...
@@ -562,7 +562,7 @@ public class StyledPlayerView extends FrameLayout implements AdViewProvider {
}
}
/**
/**
* Set the {@link Player} to use.
* Set
s
the {@link Player} to use.
*
*
* <p>To transition a {@link Player} from targeting one view to another, it's recommended to use
* <p>To transition a {@link Player} from targeting one view to another, it's recommended to use
* {@link #switchTargetView(Player, StyledPlayerView, StyledPlayerView)} rather than this method.
* {@link #switchTargetView(Player, StyledPlayerView, StyledPlayerView)} rather than this method.
...
@@ -917,7 +917,7 @@ public class StyledPlayerView extends FrameLayout implements AdViewProvider {
...
@@ -917,7 +917,7 @@ public class StyledPlayerView extends FrameLayout implements AdViewProvider {
}
}
/**
/**
* Set the {@link StyledPlayerControlView.VisibilityListener}.
* Set
s
the {@link StyledPlayerControlView.VisibilityListener}.
*
*
* @param listener The listener to be notified about visibility changes, or null to remove the
* @param listener The listener to be notified about visibility changes, or null to remove the
* current listener.
* current listener.
...
@@ -1067,7 +1067,7 @@ public class StyledPlayerView extends FrameLayout implements AdViewProvider {
...
@@ -1067,7 +1067,7 @@ public class StyledPlayerView extends FrameLayout implements AdViewProvider {
}
}
/**
/**
* Set the {@link AspectRatioFrameLayout.AspectRatioListener}.
* Set
s
the {@link AspectRatioFrameLayout.AspectRatioListener}.
*
*
* @param listener The listener to be notified about aspect ratios changes of the video content or
* @param listener The listener to be notified about aspect ratios changes of the video content or
* the content frame.
* the content frame.
...
...
library/ui/src/main/java/com/google/android/exoplayer2/ui/SubtitleView.java
View file @
71a4b633
...
@@ -163,7 +163,7 @@ public final class SubtitleView extends FrameLayout implements Player.Listener {
...
@@ -163,7 +163,7 @@ public final class SubtitleView extends FrameLayout implements Player.Listener {
}
}
/**
/**
* Set the type of {@link View} used to display subtitles.
* Set
s
the type of {@link View} used to display subtitles.
*
*
* <p>NOTE: {@link #VIEW_TYPE_WEB} is currently very experimental, and doesn't support most
* <p>NOTE: {@link #VIEW_TYPE_WEB} is currently very experimental, and doesn't support most
* styling and layout properties of {@link Cue}.
* styling and layout properties of {@link Cue}.
...
@@ -198,7 +198,7 @@ public final class SubtitleView extends FrameLayout implements Player.Listener {
...
@@ -198,7 +198,7 @@ public final class SubtitleView extends FrameLayout implements Player.Listener {
}
}
/**
/**
* Set the text size to a given unit and value.
* Set
s
the text size to a given unit and value.
*
*
* <p>See {@link TypedValue} for the possible dimension units.
* <p>See {@link TypedValue} for the possible dimension units.
*
*
...
...
testutils/src/main/java/com/google/android/exoplayer2/testutil/AdditionalFailureInfo.java
View file @
71a4b633
...
@@ -48,7 +48,7 @@ public final class AdditionalFailureInfo implements TestRule {
...
@@ -48,7 +48,7 @@ public final class AdditionalFailureInfo implements TestRule {
}
}
/**
/**
* Set the additional info to be added to any test failures. Pass {@code null} to skip adding any
* Set
s
the additional info to be added to any test failures. Pass {@code null} to skip adding any
* additional info.
* additional info.
*
*
* <p>Can be called from any thread.
* <p>Can be called from any thread.
...
...
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