/sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/ |
D | EditableItem.java | 81 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/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
D | GLStringProperty.java | 35 public void setValue(Object value) { in setValue() method in GLStringProperty 44 public void setValue(String value) { in setValue() method in GLStringProperty
|
D | GLFloatProperty.java | 35 public void setValue(Float newValue) { in setValue() method in GLFloatProperty 40 public void setValue(Object value) { in setValue() method in GLFloatProperty
|
D | GLBooleanProperty.java | 36 public void setValue(Boolean newValue) { in setValue() method in GLBooleanProperty 51 public void setValue(Object value) { in setValue() method in GLBooleanProperty
|
D | GLEnumProperty.java | 37 public void setValue(GLEnum newValue) { in setValue() method in GLEnumProperty 52 public void setValue(Object value) { in setValue() method in GLEnumProperty
|
D | GLLongProperty.java | 41 public void setValue(Long newValue) { in setValue() method in GLLongProperty 60 public void setValue(Object value) { in setValue() method in GLLongProperty
|
D | GLIntegerProperty.java | 41 public void setValue(Integer newValue) { in setValue() method in GLIntegerProperty 60 public void setValue(Object value) { in setValue() method in GLIntegerProperty
|
D | IGLProperty.java | 41 void setValue(Object value); in setValue() method
|
D | GLObjectProperty.java | 41 public void setValue(Object newValue) { in setValue() method in GLObjectProperty
|
D | GLCompositeProperty.java | 116 public void setValue(Object value) { in setValue() method in GLCompositeProperty
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/ |
D | AdtPrefs.java | 402 store.setValue(PREFS_LINT_ON_SAVE, on); in setLintOnSave() 412 store.setValue(PREFS_LINT_ON_EXPORT, on); in setLintOnExport() 434 store.setValue(PREFS_SHARED_LAYOUT_EDITOR, on); in setSharedLayoutEditor() 458 store.setValue(PREFS_PALETTE_MODE, palette); in setPaletteModes() 470 store.setValue(PREFS_MONITOR_DENSITY, density); in setMonitorDensity() 491 store.setValue(PREFS_SDK_DIR, mOsSdkLocation); in setSdkLocation() 569 store.setValue(PREFS_PREFER_XML, xml); in setXmlEditorPreferred() 592 store.setValue(PREFS_PREVIEWS, previewMode.name().toLowerCase(Locale.US)); in setPreviewMode() 618 store.setValue(PREFS_AUTO_PICK_TARGET, autoPick); in setAutoPickRenderTarget() 632 store.setValue(PREFS_SKIP_LINT_LIBS, true); in setSkipLibrariesFromLint()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/ |
D | Mocks.java | 53 capturedEntries.setValue(entries); in createProject() 54 capturedOutput.setValue(outputLocation); in createProject() 75 capturedCompliance.setValue("1.4"); in createProject() 77 capturedSource.setValue("1.4"); in createProject() 79 capturedTarget.setValue("1.4"); in createProject()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
D | BooleanXmlPropertyEditor.java | 108 property.setValue(VALUE_FALSE); in cycleValue() 110 property.setValue(null); in cycleValue() 112 property.setValue(VALUE_TRUE); in cycleValue()
|
D | XmlPropertyComposite.java | 101 public void setValue(final Object value) throws Exception { in setValue() method in XmlPropertyComposite 104 property.setValue(value); in setValue()
|
D | EnumXmlPropertyEditor.java | 70 property.setValue(getItems(property)[index]); in toPropertyEx() 75 property.setValue(text); in setText()
|
D | XmlPropertyEditor.java | 375 property.setValue(text); in setEditorText() 405 xmlProperty.setValue(id); in openDialog() 486 property.setValue(resource); in openDialog() 488 property.setValue(null); in openDialog() 507 property.setValue(resource); in openDialog() 509 property.setValue(null); in openDialog()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
D | PropertyChangeTransform.java | 69 property.setValue(mNewValue); in apply() 84 property.setValue(mOldValue); in revert()
|
D | BufferSubDataTransform.java | 60 property.setValue(mNewData); in apply() 67 property.setValue(mOldData); in revert()
|
D | TexImageTransform.java | 109 prop.setValue(mNewValue); in apply() 116 property.setValue(mOldValue); in revert()
|
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/ |
D | DateTimeEditor.java | 81 item.setValue(d.getTime()); in bindEditor() 104 item.setValue(d.getTime()); in bindEditor() 118 item.setValue(null); in bindEditor()
|
D | BooleanEditor.java | 43 item.setValue(isChecked); in bindEditor()
|
D | TextEditor.java | 46 item.setValue(newVal); in bindEditor()
|
D | DropDownEditor.java | 75 item.setValue(newValue); in bindEditor()
|
D | Editors.java | 77 EditableItem.PRESET.setValue(PRESET_CUSTOM); in newEditor()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/ |
D | LogCatMonitor.java | 258 mPrefStore.setValue(AUTO_MONITOR_PROMPT_SHOWN, true); in focusLogCatView() 259 mPrefStore.setValue(AUTO_MONITOR_PREFKEY, dlg.shouldMonitor()); in focusLogCatView() 260 mPrefStore.setValue(AUTO_MONITOR_LOGLEVEL, dlg.getMinimumPriority()); in focusLogCatView()
|