Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/recommendation/
DNotificationService.java393 ScaledBitmapInfo posterArtBitmapInfo = BitmapUtils.decodeSampledBitmapFromUriString(this, in sendNotification() local
396 if (posterArtBitmapInfo == null) { in sendNotification()
400 final Bitmap posterArtBitmap = posterArtBitmapInfo.bitmap; in sendNotification()