Searched refs:undoLabel (Results 1 – 4 of 4) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | LayoutMetadata.java | 182 final String undoLabel = "Bind View"; in setProperty() local 183 AdtUtils.setToolsAttribute(editor, element, undoLabel, name, value, in setProperty() 206 if (setPropertyInEditor(undoLabel, variation, element, name, in setProperty() 215 setPropertyInFile(undoLabel, variation, element, name, value); in setProperty() 234 @NonNull String undoLabel, in setPropertyInEditor() 248 AdtUtils.setToolsAttribute(editor, element, undoLabel, name, in setPropertyInEditor() 265 @NonNull String undoLabel, in setPropertyInFile() 274 AdtUtils.setToolsAttribute(variation, other, undoLabel, in setPropertyInFile()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
D | PropertyCallback.java | 48 public PropertyCallback(List<? extends INode> targetNodes, String undoLabel, in PropertyCallback() argument 52 mUndoLabel = undoLabel; in PropertyCallback()
|
D | BaseLayoutRule.java | 207 final String undoLabel; in addLayoutActions() 209 undoLabel = "Change Width Fill"; in addLayoutActions() 211 undoLabel = "Change Height Fill"; in addLayoutActions() 215 parentNode.editXml(undoLabel, new INodeHandler() { in addLayoutActions()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
D | AndroidXmlEditor.java | 989 private final void wrapEditXmlModel(final Runnable editAction, final String undoLabel) { 996 wrapEditXmlModel(editAction, undoLabel); 1010 if (undoLabel != null) { 1036 model.beginRecording(this, undoLabel);
|