Searched defs:undoName (Results 1 - 3 of 3) sorted by relevance

/sdk/rule_api/src/com/android/ide/common/api/
H A DINode.java119 * @param undoName The UI name that will be given to the undo action.
122 void editXml(@NonNull String undoName, @NonNull INodeHandler callback); argument
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
H A DNodeProxy.java219 public void editXml(@NonNull String undoName, final @NonNull INodeHandler c) { argument
225 undoName,
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
H A DTestNode.java127 public void editXml(@NonNull String undoName, @NonNull INodeHandler callback) { argument

Completed in 70 milliseconds