HomeSort by relevance Sort by last modified time
    Searched refs:STYLE_BIG_PICTURE (Results 1 - 4 of 4) sorted by null

  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
EditableItemConstants.java 44 public static final Integer STYLE_BIG_PICTURE = R.string.style_big_picture;
EditableItem.java 42 STYLE_NONE, STYLE_BIG_PICTURE, STYLE_BIG_TEXT, STYLE_INBOX),
126 PICTURE.setVisible(STYLE_BIG_PICTURE.equals(mValue));
157 STYLE.setValue(STYLE_BIG_PICTURE);
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/
CodeGenerator.java 91 if (STYLE_BIG_PICTURE.equals(styleValue)) {
NotificationGenerator.java 98 if (STYLE_BIG_PICTURE.equals(styleValue)) {

Completed in 437 milliseconds