HomeSort by relevance Sort by last modified time
    Searched defs:STYLE_BIG_PICTURE (Results 1 - 2 of 2) 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);

Completed in 4696 milliseconds