Searched refs:hintAmbientBigPicture (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java4451 * @param hintAmbientBigPicture {@code true} to enable converstion and ambient.
4454 public WearableExtender setHintAmbientBigPicture(boolean hintAmbientBigPicture) { argument
4455 setFlag(FLAG_BIG_PICTURE_AMBIENT, hintAmbientBigPicture);
/frameworks/base/core/java/android/app/
H A DNotification.java8916 * @param hintAmbientBigPicture {@code true} to enable converstion and ambient.
8919 public WearableExtender setHintAmbientBigPicture(boolean hintAmbientBigPicture) { argument
8920 setFlag(FLAG_BIG_PICTURE_AMBIENT, hintAmbientBigPicture);

Completed in 50 milliseconds