Home
last modified time | relevance | path

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

/sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
DEditableItem.java42 STYLE_NONE, STYLE_BIG_PICTURE, STYLE_BIG_TEXT, STYLE_INBOX),
126 PICTURE.setVisible(STYLE_BIG_PICTURE.equals(mValue)); in applyStyle()
157 STYLE.setValue(STYLE_BIG_PICTURE); in applyPreset()
DEditableItemConstants.java44 public static final Integer STYLE_BIG_PICTURE = R.string.style_big_picture; field
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/
DCodeGenerator.java91 if (STYLE_BIG_PICTURE.equals(styleValue)) { in generateStyle()
DNotificationGenerator.java98 if (STYLE_BIG_PICTURE.equals(styleValue)) { in generateStyle()