Searched refs:bigPictureStyle (Results 1 – 1 of 1) sorted by relevance
297 Notification.BigPictureStyle bigPictureStyle = null; in doNotify() local380 bigPictureStyle = new Notification.BigPictureStyle(); in doNotify()381 builder.setStyle(bigPictureStyle); in doNotify()413 if (bigPictureStyle == null) { in doNotify()423 bigPictureStyle.bigPicture(((BitmapDrawable) d).getBitmap()); in doNotify()