/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
D | ActionBarHandler.java | 25 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.GraphicalEditorPart; 36 private final GraphicalEditorPart mEditor; 38 ActionBarHandler(GraphicalEditorPart editor) { in ActionBarHandler()
|
D | LayoutEditorDelegate.java | 36 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.GraphicalEditorPart; 129 private GraphicalEditorPart mGraphicalEditor; 176 } else if (editorPart instanceof GraphicalEditorPart) { in fromEditor() 177 GraphicalEditorPart part = (GraphicalEditorPart) editorPart; in fromEditor() 207 public GraphicalEditorPart getGraphicalEditor() { in getGraphicalEditor() 279 mGraphicalEditor = new GraphicalEditorPart(this); in delegateCreateFormPages() 482 GraphicalEditorPart graphicalEditor = getGraphicalEditor(); in delegateRunLint() 491 private final GraphicalEditorPart mEditor; 494 LintJobListener(GraphicalEditorPart editor) { in LintJobListener()
|
D | ProjectCallback.java | 49 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.GraphicalEditorPart; 98 private GraphicalEditorPart mEditor; 110 GraphicalEditorPart editor) { in ProjectCallback()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
D | XmlProperty.java | 28 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.GraphicalEditorPart; 204 GraphicalEditorPart graphicalEditor = getGraphicalEditor(); 251 GraphicalEditorPart getGraphicalEditor() { 257 GraphicalEditorPart graphicalEditor = getGraphicalEditor();
|
D | XmlPropertyEditor.java | 39 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.GraphicalEditorPart; 140 GraphicalEditorPart graphicalEditor = xmlProperty.getGraphicalEditor(); in paint() 176 GraphicalEditorPart graphicalEditor = xmlProperty.getGraphicalEditor(); in paint() 214 GraphicalEditorPart graphicalEditor = xmlProperty.getGraphicalEditor(); in paint() 392 GraphicalEditorPart editor = xmlProperty.getGraphicalEditor(); in openDialog() 463 GraphicalEditorPart graphicalEditor = xmlProperty.getGraphicalEditor(); in openDialog() 498 GraphicalEditorPart graphicalEditor = xmlProperty.getGraphicalEditor(); in openDialog() 533 GraphicalEditorPart graphicalEditor = xmlProperty.getGraphicalEditor(); in getImageCache()
|
D | PropertySheetPage.java | 21 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.GraphicalEditorPart; 67 private final GraphicalEditorPart mEditor; 89 public PropertySheetPage(GraphicalEditorPart editor) { in PropertySheetPage()
|
D | PropertyFactory.java | 31 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.GraphicalEditorPart; 97 private final GraphicalEditorPart mGraphicalEditorPart; 115 public PropertyFactory(GraphicalEditorPart graphicalEditorPart) { in PropertyFactory() 694 GraphicalEditorPart getGraphicalEditor() { in getGraphicalEditor()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | RenderService.java | 88 private final GraphicalEditorPart mEditor; 116 private RenderService(GraphicalEditorPart editor, Object credential) { in RenderService() 141 private RenderService(GraphicalEditorPart editor, in RenderService() 214 public static RenderService create(GraphicalEditorPart editor) { in create() 227 public static RenderService create(GraphicalEditorPart editor, Object credential) { in create() 239 public static RenderService create(GraphicalEditorPart editor, in create() 254 public static RenderService create(GraphicalEditorPart editor, in create()
|
D | ListViewTypeMenu.java | 70 GraphicalEditorPart graphicalEditor = mCanvas.getEditorDelegate().getGraphicalEditor(); in addMenuItems() 170 GraphicalEditorPart editor = delegate.getGraphicalEditor(); in run() 205 GraphicalEditorPart graphicalEditor = delegate.getGraphicalEditor(); in setNewType()
|
D | CreateNewConfigJob.java | 44 private final GraphicalEditorPart mEditor; 49 @NonNull GraphicalEditorPart editor, in CreateNewConfigJob()
|
D | PlayAnimationMenu.java | 96 GraphicalEditorPart graphicalEditor = mCanvas.getEditorDelegate().getGraphicalEditor(); in addMenuItems() 204 GraphicalEditorPart graphicalEditor = mCanvas in run()
|
D | LayoutMetadata.java | 250 if (part instanceof GraphicalEditorPart) { in setPropertyInEditor() 251 GraphicalEditorPart g = (GraphicalEditorPart) part; in setPropertyInEditor()
|
D | ShowWithinMenu.java | 31 GraphicalEditorPart graphicalEditor = mEditorDelegate.getGraphicalEditor(); in addMenuItems()
|
D | FragmentMenu.java | 238 GraphicalEditorPart graphicalEditor = delegate.getGraphicalEditor(); in setNewLayout() 290 GraphicalEditorPart editor = delegate.getGraphicalEditor(); in run()
|
D | LayoutCanvas.java | 734 GraphicalEditorPart getGraphicalEditor() { in getGraphicalEditor() 1144 GraphicalEditorPart graphicalEditor = getGraphicalEditor(); in showInclude() 1181 GraphicalEditorPart gEditor = delegate.getGraphicalEditor(); in showInclude() 1192 xmlFile.setSessionProperty(GraphicalEditorPart.NAME_INITIAL_STATE, in showInclude() 1200 xmlFile.setSessionProperty(GraphicalEditorPart.NAME_INCLUDE, next); in showInclude() 1243 GraphicalEditorPart graphicalEditor = getGraphicalEditor(); in getLayoutResourceName() 1367 GraphicalEditorPart graphicalEditor = getEditorDelegate().getGraphicalEditor(); in setupGlobalActionHandlers()
|
D | PaletteControl.java | 134 private final GraphicalEditorPart mEditorPart; 137 PalettePage(GraphicalEditorPart editor) { in PalettePage() 191 private GraphicalEditorPart mEditor; 259 public PaletteControl(Composite parent, GraphicalEditorPart editor) { in PaletteControl() 609 /* package */ GraphicalEditorPart getEditor() { in getEditor() 921 GraphicalEditorPart editor = getEditor(); in renderPreview()
|
D | LayoutWindowCoordinator.java | 235 private void sync(@Nullable GraphicalEditorPart editor) { in sync()
|
D | OutlinePage.java | 152 private final GraphicalEditorPart mGraphicalEditorPart; 233 public OutlinePage(GraphicalEditorPart graphicalEditorPart) { in OutlinePage() 1069 public void updateFromEditorPart(GraphicalEditorPart editorPart) { in updateFromEditorPart() 1097 /* package */GraphicalEditorPart getEditor() { in getEditor()
|
D | PreviewIconFactory.java | 210 GraphicalEditorPart editor = mPalette.getEditor(); in render() 439 GraphicalEditorPart editor = mPalette.getEditor(); in renderDrawableResource()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
D | ResourcePreviewHelper.java | 24 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.GraphicalEditorPart; 64 private final GraphicalEditorPart mEditor; 82 public ResourcePreviewHelper(TrayDialog trayDialog, GraphicalEditorPart editor) { in ResourcePreviewHelper()
|
D | MarginChooser.java | 18 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.GraphicalEditorPart; 40 private GraphicalEditorPart mEditor; 70 …public MarginChooser(Shell parent, GraphicalEditorPart editor, AndroidTargetData targetData, Strin… in MarginChooser()
|
D | ResourceChooser.java | 31 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.GraphicalEditorPart; 182 @NonNull GraphicalEditorPart editor, in create() 939 @NonNull GraphicalEditorPart graphicalEditor, in chooseResource()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
D | RulesEngine.java | 41 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.GraphicalEditorPart; 86 private final GraphicalEditorPart mEditor; 96 public RulesEngine(GraphicalEditorPart editor, IProject project) { in RulesEngine() 116 public GraphicalEditorPart getEditor() { in getEditor()
|
D | ClientRulesEngine.java | 46 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.GraphicalEditorPart; 162 GraphicalEditorPart editor = mRulesEngine.getEditor(); in rename() 331 GraphicalEditorPart graphicalEditor = mRulesEngine.getEditor(); 367 GraphicalEditorPart graphicalEditor = mRulesEngine.getEditor(); 374 GraphicalEditorPart editor = mRulesEngine.getEditor();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
D | AdtUtils.java | 27 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.GraphicalEditorPart; 721 } else if (part instanceof GraphicalEditorPart) { 722 ((GraphicalEditorPart) part).getEditorDelegate().getEditor();
|