Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotNotificationsController.java55 private final Notification.BigPictureStyle mNotificationStyle; field in ScreenshotNotificationsController
90 mNotificationStyle = new Notification.BigPictureStyle(); in ScreenshotNotificationsController()
126 mNotificationStyle.bigPicture(picture.createAshmemBitmap()); in setImage()
147 mNotificationStyle.bigLargeIcon((Bitmap) null); in setImage()
173 .setStyle(mNotificationStyle) in showSavingScreenshotNotification()