Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationTemplateViewWrapper.java188 if (n.extras.getBoolean(Notification.EXTRA_SHOW_BIG_PICTURE_WHEN_COLLAPSED) in getRightIcon()
/frameworks/base/core/java/android/app/
DNotification.java1271 public static final String EXTRA_SHOW_BIG_PICTURE_WHEN_COLLAPSED = field in Notification
7373 extras.putBoolean(EXTRA_SHOW_BIG_PICTURE_WHEN_COLLAPSED, mShowBigPictureWhenCollapsed); in addExtras()
7404 mShowBigPictureWhenCollapsed = extras.getBoolean(EXTRA_SHOW_BIG_PICTURE_WHEN_COLLAPSED); in restoreFromExtras()
/frameworks/base/core/api/
Dcurrent.txt5711 …field public static final String EXTRA_SHOW_BIG_PICTURE_WHEN_COLLAPSED = "android.showBigPictureWh…