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
253c8ce2
authored
Apr 09, 2021
by
gyumin
Committed by
marcbaechinger
Apr 09, 2021
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Fix errors when generating javadoc
PiperOrigin-RevId: 367596648
parent
1dd96cd8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
library/ui/src/main/java/com/google/android/exoplayer2/ui/PlayerNotificationManager.java
library/ui/src/main/java/com/google/android/exoplayer2/ui/PlayerNotificationManager.java
View file @
253c8ce2
...
...
@@ -424,7 +424,7 @@ public class PlayerNotificationManager {
* The resource id of the small icon of the notification shown in the status bar. See {@link
* NotificationCompat.Builder#setSmallIcon(int)}.
*
* <p>The default is {@
link
R.drawable#exo_notification_small_icon}.
* <p>The default is {@
code
R.drawable#exo_notification_small_icon}.
*
* @return This builder.
*/
...
...
@@ -436,7 +436,7 @@ public class PlayerNotificationManager {
/**
* The resource id of the drawable to be used as the icon of action {@link #ACTION_PLAY}.
*
* <p>The default is {@
link
R.drawable#exo_notification_play}.
* <p>The default is {@
code
R.drawable#exo_notification_play}.
*
* @return This builder.
*/
...
...
@@ -448,7 +448,7 @@ public class PlayerNotificationManager {
/**
* The resource id of the drawable to be used as the icon of action {@link #ACTION_PAUSE}.
*
* <p>The default is {@
link
R.drawable#exo_notification_pause}.
* <p>The default is {@
code
R.drawable#exo_notification_pause}.
*
* @return This builder.
*/
...
...
@@ -460,7 +460,7 @@ public class PlayerNotificationManager {
/**
* The resource id of the drawable to be used as the icon of action {@link #ACTION_STOP}.
*
* <p>The default is {@
link
R.drawable#exo_notification_stop}.
* <p>The default is {@
code
R.drawable#exo_notification_stop}.
*
* @return This builder.
*/
...
...
@@ -472,7 +472,7 @@ public class PlayerNotificationManager {
/**
* The resource id of the drawable to be used as the icon of action {@link #ACTION_REWIND}.
*
* <p>The default is {@
link
R.drawable#exo_notification_rewind}.
* <p>The default is {@
code
R.drawable#exo_notification_rewind}.
*
* @return This builder.
*/
...
...
@@ -485,7 +485,7 @@ public class PlayerNotificationManager {
* The resource id of the drawable to be used as the icon of action {@link
* #ACTION_FAST_FORWARD}.
*
* <p>The default is {@
link
R.drawable#exo_notification_fastforward}.
* <p>The default is {@
code
R.drawable#exo_notification_fastforward}.
*
* @return This builder.
*/
...
...
@@ -497,7 +497,7 @@ public class PlayerNotificationManager {
/**
* The resource id of the drawable to be used as the icon of action {@link #ACTION_PREVIOUS}.
*
* <p>The default is {@
link
R.drawable#exo_notification_previous}.
* <p>The default is {@
code
R.drawable#exo_notification_previous}.
*
* @return This builder.
*/
...
...
@@ -509,7 +509,7 @@ public class PlayerNotificationManager {
/**
* The resource id of the drawable to be used as the icon of action {@link #ACTION_NEXT}.
*
* <p>The default is {@
link
R.drawable#exo_notification_next}.
* <p>The default is {@
code
R.drawable#exo_notification_next}.
*
* @return This builder.
*/
...
...
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