Home
last modified time | relevance | path

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

12

/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/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
DGLStringProperty.java35 public void setValue(Object value) { in setValue() method in GLStringProperty
44 public void setValue(String value) { in setValue() method in GLStringProperty
DGLFloatProperty.java35 public void setValue(Float newValue) { in setValue() method in GLFloatProperty
40 public void setValue(Object value) { in setValue() method in GLFloatProperty
DGLBooleanProperty.java36 public void setValue(Boolean newValue) { in setValue() method in GLBooleanProperty
51 public void setValue(Object value) { in setValue() method in GLBooleanProperty
DGLEnumProperty.java37 public void setValue(GLEnum newValue) { in setValue() method in GLEnumProperty
52 public void setValue(Object value) { in setValue() method in GLEnumProperty
DGLLongProperty.java41 public void setValue(Long newValue) { in setValue() method in GLLongProperty
60 public void setValue(Object value) { in setValue() method in GLLongProperty
DGLIntegerProperty.java41 public void setValue(Integer newValue) { in setValue() method in GLIntegerProperty
60 public void setValue(Object value) { in setValue() method in GLIntegerProperty
DIGLProperty.java41 void setValue(Object value); in setValue() method
DGLObjectProperty.java41 public void setValue(Object newValue) { in setValue() method in GLObjectProperty
DGLCompositeProperty.java116 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/
DAdtPrefs.java402 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/
DMocks.java53 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/
DBooleanXmlPropertyEditor.java108 property.setValue(VALUE_FALSE); in cycleValue()
110 property.setValue(null); in cycleValue()
112 property.setValue(VALUE_TRUE); in cycleValue()
DXmlPropertyComposite.java101 public void setValue(final Object value) throws Exception { in setValue() method in XmlPropertyComposite
104 property.setValue(value); in setValue()
DEnumXmlPropertyEditor.java70 property.setValue(getItems(property)[index]); in toPropertyEx()
75 property.setValue(text); in setText()
DXmlPropertyEditor.java375 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/
DPropertyChangeTransform.java69 property.setValue(mNewValue); in apply()
84 property.setValue(mOldValue); in revert()
DBufferSubDataTransform.java60 property.setValue(mNewData); in apply()
67 property.setValue(mOldData); in revert()
DTexImageTransform.java109 prop.setValue(mNewValue); in apply()
116 property.setValue(mOldValue); in revert()
/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()
DDropDownEditor.java75 item.setValue(newValue); in bindEditor()
DEditors.java77 EditableItem.PRESET.setValue(PRESET_CUSTOM); in newEditor()
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DLogCatMonitor.java258 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()

12