Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerNotificationManager.java323 private static final int MSG_UPDATE_NOTIFICATION_BITMAP = 1; field in PlayerNotificationManager
1228 MSG_UPDATE_NOTIFICATION_BITMAP, notificationTag, C.INDEX_UNSET /* ignored */, bitmap) in postUpdateNotificationBitmap()
1239 case MSG_UPDATE_NOTIFICATION_BITMAP: in handleMessage()