Home
last modified time | relevance | path

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

/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/notifications/
DTvNotification.java64 … int progress, int progressMax, boolean hasContentIntent, Bitmap bigPicture, in TvNotification() argument
77 mBigPicture = bigPicture; in TvNotification()
160 Bitmap bigPicture = getBitmapFromBytes(bigPictureData); in fromCursor() local
166 smallIcon, channel, progress, progressMax, hasContentIntent, bigPicture, in fromCursor()