/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
D | PropertyChangeTransform.java | 36 PropertyChangeTransform(IGLPropertyAccessor accessor, Object newValue) { in PropertyChangeTransform() argument 37 this(accessor, newValue, null); in PropertyChangeTransform() 45 public PropertyChangeTransform(IGLPropertyAccessor accessor, Object newValue, in PropertyChangeTransform() argument 48 mNewValue = newValue; in PropertyChangeTransform()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
D | PropertyCallback.java | 60 final @Nullable String valueId, final @Nullable Boolean newValue) { in action() argument 75 assert newValue != null; in action() 76 targetNode.setAttribute(mUri, mAttribute, Boolean.toString(newValue)); in action()
|
D | TableLayoutRule.java | 85 @Nullable Boolean newValue) { in addContextMenuActions() 115 final @Nullable Boolean newValue) { in addTableLayoutActions()
|
D | EditTextRule.java | 76 @Nullable Boolean newValue) { in addContextMenuActions()
|
D | BaseViewRule.java | 160 final @Nullable String valueId, final @Nullable Boolean newValue) { in addContextMenuActions() 247 value = newValue ? "true" : ""; //$NON-NLS-1$ //$NON-NLS-2$ in addContextMenuActions() 249 value = newValue ? "false" : "";//$NON-NLS-1$ //$NON-NLS-2$ in addContextMenuActions() 262 if (newValue) { in addContextMenuActions() 287 value = newValue ? valueId : ""; //$NON-NLS-1$ in addContextMenuActions()
|
D | BaseLayoutRule.java | 122 final @Nullable Boolean newValue) { in createMarginAction() 205 final @Nullable Boolean newValue) { in addLayoutActions() 221 if (newValue) { in addLayoutActions()
|
D | RelativeLayoutRule.java | 323 final @Nullable Boolean newValue) { in addLayoutActions()
|
D | GridLayoutRule.java | 187 final @Nullable Boolean newValue) { in addLayoutActions()
|
D | LinearLayoutRule.java | 177 final @Nullable Boolean newValue) { in addLayoutActions()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
D | GLBooleanProperty.java | 36 public void setValue(Boolean newValue) { in setValue() argument 37 mCurrentValue = newValue; in setValue()
|
D | GLFloatProperty.java | 35 public void setValue(Float newValue) { in setValue() argument 36 mCurrentValue = newValue; in setValue()
|
D | GLEnumProperty.java | 37 public void setValue(GLEnum newValue) { in setValue() argument 38 mCurrentValue = newValue; in setValue()
|
D | GLObjectProperty.java | 41 public void setValue(Object newValue) { in setValue() argument 42 mCurrentValue = newValue; in setValue()
|
D | GLIntegerProperty.java | 41 public void setValue(Integer newValue) { in setValue() argument 42 mCurrentValue = newValue; in setValue()
|
D | GLLongProperty.java | 41 public void setValue(Long newValue) { in setValue() argument 42 mCurrentValue = newValue; in setValue()
|
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/ |
D | DropDownEditor.java | 72 Object newValue = adapter.getItem(position); in bindEditor() 73 if (newValue.equals(oldValue)) in bindEditor() 75 item.setValue(newValue); in bindEditor()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/views/ |
D | LayoutView.java | 66 boolean newValue = !mLayoutViewer.getOnBlack(); 67 mLayoutViewer.setOnBlack(newValue); 68 if (newValue) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
D | ConvertToDpFix.java | 74 String newValue = String.format(VALUE_N_DP, dp); in apply() local 75 attribute.setNodeValue(newValue); in apply()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
D | UiElementNode.java | 1557 public boolean commitAttributeToXml(UiAttributeNode uiAttr, String newValue) { in commitAttributeToXml() argument 1565 if (newValue == null || newValue.length() == 0) { in commitAttributeToXml() 1590 attr.setValue(newValue); in commitAttributeToXml() 2011 final String newValue = (String)value; in setPropertyValue() local 2013 if (oldValue.equals(newValue)) { in setPropertyValue() 2022 commitAttributeToXml(fAttribute, newValue); in setPropertyValue()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
D | ProjectState.java | 624 private IStatus replaceLibraryProperty(String oldValue, String newValue) { in replaceLibraryProperty() argument 638 workingCopy.setProperty(propName, newValue); in replaceLibraryProperty()
|