Home
last modified time | relevance | path

Searched refs:setValue (Results 1 – 9 of 9) sorted by relevance

/sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
DEditableItem.java81 PRESET.setValue(PRESET_BASIC); in initIfNecessary()
115 public void setValue(Object value) { in setValue() method in EditableItem
136 item.setValue(null); in applyPreset()
137 STYLE.setValue(STYLE_NONE); in applyPreset()
139 SMALL_ICON.setValue(android.R.drawable.stat_notify_chat); in applyPreset()
140 CONTENT_TITLE.setValue("Basic title"); in applyPreset()
141 CONTENT_TEXT.setValue("Basic text"); in applyPreset()
143 SMALL_ICON.setValue(R.drawable.ic_notification_multiple_mail_holo_dark); in applyPreset()
144 LARGE_ICON.setValue(LARGE_ICON.getAvailableValues()[3]); in applyPreset()
145 CONTENT_TITLE.setValue("3 new messages"); in applyPreset()
[all …]
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
DDateTimeEditor.java81 item.setValue(d.getTime()); in bindEditor()
104 item.setValue(d.getTime()); in bindEditor()
118 item.setValue(null); in bindEditor()
DBooleanEditor.java43 item.setValue(isChecked); in bindEditor()
DTextEditor.java46 item.setValue(newVal); in bindEditor()
DEditors.java77 EditableItem.PRESET.setValue(PRESET_CUSTOM); in newEditor()
DDropDownEditor.java75 item.setValue(newValue); in bindEditor()
DIconEditor.java75 item.setValue(iconResId); in bindEditor()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
DWorkspace.java401 zoomSlider.setValue(100); in buildStatusPanel()
1406 zoomSlider.setValue(val); in mouseWheelMoved()
DScreenViewer.java123 zoomSlider.setValue(val); in mouseWheelMoved()