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

  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
EditableItemConstants.java 30 public static final int TYPE_TEXT_LINES = 7;
EditableItem.java 45 LINES(R.string.lines, TYPE_TEXT_LINES, CATEGORY_STYLE),
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
Editors.java 52 editors.put(TYPE_TEXT_LINES, new LinesEditor());

Completed in 79 milliseconds