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

  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
EditableItemConstants.java 46 public static final Integer STYLE_INBOX = R.string.style_inbox;
EditableItem.java 42 STYLE_NONE, STYLE_BIG_PICTURE, STYLE_BIG_TEXT, STYLE_INBOX),
128 LINES.setVisible(STYLE_INBOX.equals(mValue));
147 STYLE.setValue(STYLE_INBOX);
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/
CodeGenerator.java 101 if (STYLE_INBOX.equals(styleValue)) {
NotificationGenerator.java 116 } else if (STYLE_INBOX.equals(styleValue)) {

Completed in 48 milliseconds