HomeSort by relevance Sort by last modified time
    Searched defs:STYLE_BIG_TEXT (Results 1 - 2 of 2) sorted by null

  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
EditableItemConstants.java 45 public static final Integer STYLE_BIG_TEXT = R.string.style_big_text;
EditableItem.java 42 STYLE_NONE, STYLE_BIG_PICTURE, STYLE_BIG_TEXT, STYLE_INBOX),
127 BIG_TEXT.setVisible(STYLE_BIG_TEXT.equals(mValue));

Completed in 57 milliseconds