/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
D | VisualRefactoringAction.java | 136 public static IAction create(String title, LayoutEditorDelegate editorDelegate, in create() argument 138 return new ActionWrapper(title, editorDelegate, clz); in create() 145 ActionWrapper(String title, LayoutEditorDelegate editorDelegate, in ActionWrapper() argument 148 mEditorDelegate = editorDelegate; in ActionWrapper()
|
D | UseCompoundDrawableAction.java | 44 public static IAction create(LayoutEditorDelegate editorDelegate) { in create() argument 45 return create("Convert to a Compound Drawable...", editorDelegate, in create()
|
D | UnwrapAction.java | 44 public static IAction create(LayoutEditorDelegate editorDelegate) { in create() argument 45 return create("Remove Container...", editorDelegate, UnwrapAction.class); in create()
|
D | ChangeViewAction.java | 44 public static IAction create(LayoutEditorDelegate editorDelegate) { in create() argument 45 return create("Change Widget Type...", editorDelegate, ChangeViewAction.class); in create()
|
D | ExtractStyleAction.java | 44 public static IAction create(LayoutEditorDelegate editorDelegate) { in create() argument 45 return create("Extract Style...", editorDelegate, ExtractStyleAction.class); in create()
|
D | WrapInAction.java | 44 public static IAction create(LayoutEditorDelegate editorDelegate) { in create() argument 45 return create("Wrap in Container...", editorDelegate, WrapInAction.class); in create()
|
D | ExtractIncludeAction.java | 44 public static IAction create(LayoutEditorDelegate editorDelegate) { in create() argument 45 return create("Extract Include...", editorDelegate, ExtractIncludeAction.class); in create()
|
D | ChangeLayoutAction.java | 44 public static IAction create(LayoutEditorDelegate editorDelegate) { in create() argument 45 return create("Change Layout...", editorDelegate, ChangeLayoutAction.class); in create()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | LayoutCanvasViewer.java | 51 public LayoutCanvasViewer(LayoutEditorDelegate editorDelegate, in LayoutCanvasViewer() argument 55 mEditorDelegate = editorDelegate; in LayoutCanvasViewer() 56 mCanvas = new LayoutCanvas(editorDelegate, rulesEngine, parent, style); in LayoutCanvasViewer()
|
D | ShowWithinMenu.java | 24 ShowWithinMenu(LayoutEditorDelegate editorDelegate) { in ShowWithinMenu() argument 26 mEditorDelegate = editorDelegate; in ShowWithinMenu()
|
D | LayoutCanvas.java | 257 public LayoutCanvas(LayoutEditorDelegate editorDelegate, in LayoutCanvas() argument 262 mEditorDelegate = editorDelegate; in LayoutCanvas() 274 IFile file = editorDelegate != null ? editorDelegate.getEditor().getInputFile() : null; in LayoutCanvas() 364 if (editorDelegate != null) { in LayoutCanvas() 365 mOutlinePage = editorDelegate.getGraphicalOutline(); in LayoutCanvas()
|
D | DynamicContextMenu.java | 107 LayoutEditorDelegate editorDelegate, in DynamicContextMenu() argument 110 mEditorDelegate = editorDelegate; in DynamicContextMenu()
|
D | GraphicalEditorPart.java | 308 public GraphicalEditorPart(@NonNull LayoutEditorDelegate editorDelegate) { in GraphicalEditorPart() argument 309 mEditorDelegate = editorDelegate; in GraphicalEditorPart()
|