Searched refs:bigPictureStyle (Results 1 – 1 of 1) sorted by relevance
485 Notification.BigPictureStyle bigPictureStyle = null; in doNotify() local571 bigPictureStyle = new Notification.BigPictureStyle(); in doNotify()572 builder.setStyle(bigPictureStyle); in doNotify()604 if (bigPictureStyle == null) { in doNotify()614 bigPictureStyle.bigPicture(((BitmapDrawable) d).getBitmap()); in doNotify()