Home
last modified time | relevance | path

Searched defs:setValue (Results 1 – 16 of 16) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
DGLEnumProperty.java37 public void setValue(GLEnum newValue) { in setValue() method in GLEnumProperty
52 public void setValue(Object value) { in setValue() method in GLEnumProperty
DGLBooleanProperty.java36 public void setValue(Boolean newValue) { in setValue() method in GLBooleanProperty
51 public void setValue(Object value) { in setValue() method in GLBooleanProperty
DGLFloatProperty.java35 public void setValue(Float newValue) { in setValue() method in GLFloatProperty
40 public void setValue(Object value) { in setValue() method in GLFloatProperty
DGLStringProperty.java35 public void setValue(Object value) { in setValue() method in GLStringProperty
44 public void setValue(String value) { in setValue() method in GLStringProperty
DGLIntegerProperty.java41 public void setValue(Integer newValue) { in setValue() method in GLIntegerProperty
60 public void setValue(Object value) { in setValue() method in GLIntegerProperty
DGLLongProperty.java41 public void setValue(Long newValue) { in setValue() method in GLLongProperty
60 public void setValue(Object value) { in setValue() method in GLLongProperty
DGLObjectProperty.java41 public void setValue(Object newValue) { in setValue() method in GLObjectProperty
DIGLProperty.java41 void setValue(Object value); in setValue() method
DGLCompositeProperty.java116 public void setValue(Object value) { in setValue() method in GLCompositeProperty
DGLListProperty.java156 public void setValue(Object value) { in setValue() method in GLListProperty
DGLSparseArrayProperty.java143 public void setValue(Object value) { in setValue() method in GLSparseArrayProperty
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
DXmlPropertyComposite.java101 public void setValue(final Object value) throws Exception { in setValue() method in XmlPropertyComposite
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
DEditableItem.java115 public void setValue(Object value) { in setValue() method in EditableItem
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
DImportPage.java488 protected void setValue(Object element, Object value) { in setValue() method in ImportPage.ProjectNameEditingSupport
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
DAddTranslationDialog.java583 protected void setValue(Object element, Object value) { in setValue() method in AddTranslationDialog.TranslationEditingSupport
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DNewTemplatePage.java893 private void setValue(Parameter p, String value) { in setValue() method in NewTemplatePage