/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/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/ |
D | PixelPerfectControls.java | 183 int newValue = mOverlaySlider.getSelection(); 184 if (oldValue != newValue) { 186 PixelPerfectModel.getModel().setOverlayTransparency(newValue / 100.0); 188 oldValue = newValue; 203 int newValue = mAutoRefreshSlider.getSelection(); 204 if (oldValue != newValue) { 205 HierarchyViewerDirector.getDirector().setPixelPerfectAutoRefreshInterval(newValue); 220 int newValue = mZoomSlider.getSelection(); 221 if (oldValue != newValue) { 223 PixelPerfectModel.getModel().setZoom(newValue); [all …]
|
D | TreeViewControls.java | 103 int newValue = mZoomSlider.getSelection(); 104 if (oldValue != newValue) { 106 TreeViewModel.getModel().setZoom(newValue / 10.0); 108 oldValue = newValue;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/changes/ |
D | AndroidDocumentChange.java | 227 protected TextEdit createTextEdit(Attr attribute, String newValue) { in createTextEdit() argument 236 return new ReplaceEdit(offset + 1, region.length() - 2, newValue); in createTextEdit() 254 String newValue) { in createTextEdit() argument 255 return createTextEdit(elementName, attributeName, oldValue, newValue, true); in createTextEdit() 278 String newValue; in createTextEdit() local 280 newValue = AndroidManifest.extractActivityName(newName, getAppPackage()); in createTextEdit() 282 newValue = newName; in createTextEdit() 284 if (newValue != null) { in createTextEdit() 285 TextEdit edit = createTextEdit(attr, newValue); in createTextEdit()
|
D | AndroidPackageRenameChange.java | 93 String newValue = oldValue.replaceFirst(mOldName, mNewName); in addEdits() local 95 newValue); in addEdits() 101 AndroidManifest.ATTRIBUTE_TARGET_ACTIVITY, oldValue, newValue); in addEdits()
|
D | AndroidLayoutChange.java | 207 private TextEdit createTextEdit(Attr attribute, String newValue) { in createTextEdit() argument 216 return new ReplaceEdit(offset + 1, region.length() - 2, newValue); in createTextEdit()
|
/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 | 161 final @Nullable String valueId, final @Nullable Boolean newValue) { in addContextMenuActions() 264 value = newValue ? "true" : ""; //$NON-NLS-1$ //$NON-NLS-2$ in addContextMenuActions() 266 value = newValue ? "false" : "";//$NON-NLS-1$ //$NON-NLS-2$ in addContextMenuActions() 279 if (newValue) { in addContextMenuActions() 304 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()
|
/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 | 43 public void setValue(Integer newValue) { in setValue() argument 44 mCurrentValue = newValue; in setValue()
|
/sdk/rule_api/src/com/android/ide/common/api/ |
D | IMenuCallback.java | 51 @Nullable Boolean newValue); in action() argument 62 @Nullable Boolean newValue) {
|
/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/lint/libs/lint_checks/src/com/android/tools/lint/checks/ |
D | SecureRandomDetector.java | 107 public BasicValue newValue(Type type) { in checkCall() 111 return super.newValue(type); in checkCall()
|
D | ViewTagDetector.java | 103 public BasicValue newValue(Type type) { in checkCall()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
D | UiElementNode.java | 1556 public boolean commitAttributeToXml(UiAttributeNode uiAttr, String newValue) { in commitAttributeToXml() argument 1564 if (newValue == null || newValue.length() == 0) { in commitAttributeToXml() 1589 attr.setValue(newValue); in commitAttributeToXml() 2010 final String newValue = (String)value; in setPropertyValue() local 2012 if (oldValue.equals(newValue)) { in setPropertyValue() 2021 commitAttributeToXml(fAttribute, newValue); in setPropertyValue()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
D | ProjectState.java | 596 private IStatus replaceLibraryProperty(String oldValue, String newValue) { in replaceLibraryProperty() argument 610 workingCopy.setProperty(propName, newValue); in replaceLibraryProperty()
|