Home
last modified time | relevance | path

Searched refs:TYPE_INT (Results 1 – 3 of 3) sorted by relevance

/sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
DEditableItemConstants.java27 public static final int TYPE_INT = 4; field
DEditableItem.java37 NUMBER(R.string.number, TYPE_INT, CATEGORY_MAIN),
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
DEditors.java45 editors.put(TYPE_INT, new IntEditor()); in editors()