Home
last modified time | relevance | path

Searched refs:STYLE_BIG_TEXT (Results 1 – 4 of 4) sorted by relevance

/sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
DEditableItemConstants.java45 public static final Integer STYLE_BIG_TEXT = R.string.style_big_text; field
DEditableItem.java42 STYLE_NONE, STYLE_BIG_PICTURE, STYLE_BIG_TEXT, STYLE_INBOX),
127 BIG_TEXT.setVisible(STYLE_BIG_TEXT.equals(mValue)); in applyStyle()
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/
DCodeGenerator.java96 if (STYLE_BIG_TEXT.equals(styleValue)) { in generateStyle()
DNotificationGenerator.java107 } else if (STYLE_BIG_TEXT.equals(styleValue)) { in generateStyle()