Searched refs:bigPictureStyle (Results 1 – 1 of 1) sorted by relevance
328 Notification.BigPictureStyle bigPictureStyle = null; in doNotify() local411 bigPictureStyle = new Notification.BigPictureStyle(); in doNotify()412 builder.setStyle(bigPictureStyle); in doNotify()444 if (bigPictureStyle == null) { in doNotify()454 bigPictureStyle.bigPicture(((BitmapDrawable) d).getBitmap()); in doNotify()