Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerNotificationManager.java391 @DrawableRes private int smallIconResourceId; field in PlayerNotificationManager
624 smallIconResourceId = R.drawable.exo_notification_small_icon; in PlayerNotificationManager()
909 public final void setSmallIcon(@DrawableRes int smallIconResourceId) { in setSmallIcon() argument
910 if (this.smallIconResourceId != smallIconResourceId) { in setSmallIcon()
911 this.smallIconResourceId = smallIconResourceId; in setSmallIcon()
1074 .setSmallIcon(smallIconResourceId) in createNotification()