Searched refs:STYLE_NONE (Results 1 – 2 of 2) sorted by relevance
42 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()
43 public static final Integer STYLE_NONE = R.string.style_none; field