Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationBigPictureTemplateViewWrapper.java59 Icon bigLargeIcon = extras.getParcelable(Notification.EXTRA_LARGE_ICON_BIG, Icon.class); in updateImageTag() local
60 if (bigLargeIcon != null) { in updateImageTag()
61 mRightIcon.setTag(ImageTransformState.ICON_TAG, bigLargeIcon); in updateImageTag()
62 mLeftIcon.setTag(ImageTransformState.ICON_TAG, bigLargeIcon); in updateImageTag()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryMeterTest.kt153 .bigLargeIcon(bigPictureIcon) in currentNotificationMemoryUse_bigPictureStyle()
/frameworks/base/core/java/android/app/
DNotification.java8188 public BigPictureStyle bigLargeIcon(@Nullable Bitmap b) { in bigLargeIcon() method in Notification.Builder.BigPictureStyle
8189 return bigLargeIcon(b != null ? Icon.createWithBitmap(b) : null); in bigLargeIcon()
8196 public BigPictureStyle bigLargeIcon(@Nullable Icon icon) { in bigLargeIcon() method in Notification.Builder.BigPictureStyle
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt6613 …method @NonNull public android.app.Notification.BigPictureStyle bigLargeIcon(@Nullable android.gra…
6614 …method @NonNull public android.app.Notification.BigPictureStyle bigLargeIcon(@Nullable android.gra…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4699 method public android.app.Notification.BigPictureStyle bigLargeIcon(android.graphics.Bitmap);