/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
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 | 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 | 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 | 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 | 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 | 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 | GLObjectProperty.java | 41 public void setValue(Object newValue) { in setValue() method in GLObjectProperty
|
D | IGLProperty.java | 41 void setValue(Object value); in setValue() method
|
D | GLCompositeProperty.java | 116 public void setValue(Object value) { in setValue() method in GLCompositeProperty
|
D | GLListProperty.java | 156 public void setValue(Object value) { in setValue() method in GLListProperty
|
D | GLSparseArrayProperty.java | 143 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/ |
D | XmlPropertyComposite.java | 101 public void setValue(final Object value) throws Exception { in setValue() method in XmlPropertyComposite
|
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/ |
D | EditableItem.java | 115 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/ |
D | ImportPage.java | 488 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/ |
D | AddTranslationDialog.java | 583 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/ |
D | NewTemplatePage.java | 893 private void setValue(Parameter p, String value) { in setValue() method in NewTemplatePage
|