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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeAction.java 28 public class ExtractIncludeAction extends VisualRefactoringAction {
45 return create("Extract Include...", editorDelegate, ExtractIncludeAction.class);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DynamicContextMenu.java 44 import com.android.ide.eclipse.adt.internal.editors.layout.refactoring.ExtractIncludeAction;
266 mMenuManager.insertBefore(endId, ExtractIncludeAction.create(mEditorDelegate));

Completed in 298 milliseconds