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

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java3993 * @param hintAmbientBigPicture {@code true} to enable converstion and ambient.
3996 public WearableExtender setHintAmbientBigPicture(boolean hintAmbientBigPicture) { argument
3997 setFlag(FLAG_BIG_PICTURE_AMBIENT, hintAmbientBigPicture);
/frameworks/base/core/java/android/app/
H A DNotification.java7780 * @param hintAmbientBigPicture {@code true} to enable converstion and ambient.
7783 public WearableExtender setHintAmbientBigPicture(boolean hintAmbientBigPicture) { argument
7784 setFlag(FLAG_BIG_PICTURE_AMBIENT, hintAmbientBigPicture);

Completed in 36 milliseconds