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

/frameworks/support/v4/jellybean/android/support/v4/app/
H A DNotificationCompatJellybean.java179 CharSequence summaryText, Bitmap bigPicture, Bitmap bigLargeIcon,
183 .bigPicture(bigPicture);
177 addBigPictureStyle(NotificationBuilderWithBuilderAccessor b, CharSequence bigContentTitle, boolean useSummary, CharSequence summaryText, Bitmap bigPicture, Bitmap bigLargeIcon, boolean bigLargeIconSet) argument
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
H A DNotificationTests.java346 .bigPicture(d.getBitmap()))
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java176 .bigPicture(picture.createAshmemBitmap());
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java312 * notifications, supplied to {@link BigPictureStyle#bigPicture(android.graphics.Bitmap)}.
1823 * .bigPicture(aBigBitmap))
1862 public BigPictureStyle bigPicture(Bitmap b) { method in class:NotificationCompat.BigPictureStyle
/frameworks/base/core/java/android/app/
H A DNotification.java894 * notifications, supplied to {@link BigPictureStyle#bigPicture(android.graphics.Bitmap)}.
4171 * .bigPicture(aBigBitmap))
4213 public BigPictureStyle bigPicture(Bitmap b) { method in class:Notification.BigPictureStyle

Completed in 3254 milliseconds