Home
last modified time | relevance | path

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

/sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
DEditableItem.java144 LARGE_ICON.setValue(LARGE_ICON.getAvailableValues()[3]); in applyPreset()
153 LARGE_ICON.setValue(LARGE_ICON.getAvailableValues()[2]); in applyPreset()
158 PICTURE.setValue(PICTURE.getAvailableValues()[0]); in applyPreset()
190 public Object[] getAvailableValues() { in getAvailableValues() method in EditableItem
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
DIconEditor.java112 Object[] avail = item.getAvailableValues(); in getAvailableValuesForDisplay()