Home
last modified time | relevance | path

Searched refs:STYLE_NONE (Results 1 – 2 of 2) sorted by relevance

/sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
DEditableItem.java42 STYLE_NONE, STYLE_BIG_PICTURE, STYLE_BIG_TEXT, STYLE_INBOX),
129 BIG_CONTENT_TITLE.setVisible(!STYLE_NONE.equals(mValue)); in applyStyle()
130 SUMMARY_TEXT.setVisible(!STYLE_NONE.equals(mValue)); in applyStyle()
137 STYLE.setValue(STYLE_NONE); in applyPreset()
DEditableItemConstants.java43 public static final Integer STYLE_NONE = R.string.style_none; field