Home
last modified time | relevance | path

Searched refs:PRESET (Results 1 – 2 of 2) sorted by relevance

/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
DEditors.java74 if (item.equals(EditableItem.PRESET)) { in newEditor()
77 EditableItem.PRESET.setValue(PRESET_CUSTOM); in newEditor()
85 if (item.equals(EditableItem.PRESET)) in newEditor()
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
DEditableItem.java28 PRESET(R.string.preset, TYPE_DROP_DOWN, CATEGORY_MAIN, enumConstant
77 if (PRESET.hasValue()) in initIfNecessary()
81 PRESET.setValue(PRESET_BASIC); in initIfNecessary()
121 if (this == PRESET && !PRESET_CUSTOM.equals(value)) in setValue()
135 if (item != PRESET) in applyPreset()