HomeSort by relevance Sort by last modified time
    Searched refs:editXml (Results 1 - 17 of 17) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
FragmentRule.java 35 node.editXml("Add Fragment",
ImageButtonRule.java 39 node.editXml("Set Image",
ImageViewRule.java 39 node.editXml("Set Image",
IncludeRule.java 34 node.editXml("Include Layout",
PropertyCallback.java 65 selectedNodes.get(0).editXml(mUndoLabel, new INodeHandler() {
EditTextRule.java 63 selectedNode.editXml(label, new INodeHandler() {
RelativeLayoutRule.java 188 targetNode.editXml("Dropped", new INodeHandler() {
308 child.editXml("Resize", new INodeHandler() {
333 parentNode.editXml("Center", new INodeHandler() {
BaseLayoutRule.java 120 parentNode.editXml("Change Margins", new INodeHandler() {
204 parentNode.editXml(undoLabel, new INodeHandler() {
601 targetNode.editXml("Insert Elements", new INodeHandler() {
    [all...]
FrameLayoutRule.java 140 targetNode.editXml("Add elements to FrameLayout", new INodeHandler() {
TableLayoutRule.java 102 parentNode.editXml("Add/Remove Table Row", new INodeHandler() {
AbsoluteLayoutRule.java 158 targetNode.editXml("Add elements to AbsoluteLayout", new INodeHandler() {
BaseViewRule.java 173 node.editXml("Change Attribute " + ATTR_LAYOUT_WIDTH,
185 node.editXml("Change Attribute " + ATTR_LAYOUT_HEIGHT,
205 node.editXml("Change ID", new PropertySettingNodeHandler(ANDROID_URI,
    [all...]
GridLayoutRule.java 175 parentNode.editXml("Add/Remove Row/Column", new INodeHandler() {
LinearLayoutRule.java 171 parentNode.editXml("Change Weight", new INodeHandler() {
    [all...]
  /sdk/rule_api/src/com/android/ide/common/api/
INode.java 106 * by an editXml() call. This call creates both an undo context wrapper and an
112 void editXml(String undoName, final INodeHandler callback);
114 // TODO define an exception that methods below will throw if editXml() is not wrapping
122 * This call must be done in the context of editXml().
136 * This call must be done in the context of editXml().
149 * This call must be done in the context of editXml().
164 * This call must be done in the context of editXml().
177 * That means that if called in the context of {@link #editXml(String, INodeHandler)}, the value
179 * the editXml closure is completed and the actual XML is updated.
244 * That means that if called in the context of {@link #editXml(String, INodeHandler)}, the valu
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestNode.java 100 public void editXml(String undoName, INodeHandler callback) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeProxy.java 202 public void editXml(String undoName, final INodeHandler c) {
225 throw new RuntimeException("Error: XML edit call without using INode.editXml!");

Completed in 183 milliseconds