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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ShowWithinMenu.java 31 GraphicalEditorPart graphicalEditor = mEditorDelegate.getGraphicalEditor();
67 Reference within = mEditorDelegate.getGraphicalEditor().getIncludedWithin();
78 mEditorDelegate.getGraphicalEditor().showIn(mReference);
LayoutCanvas.java 350 LayoutActionBar actionBar = mEditorDelegate.getGraphicalEditor().getLayoutActionBar();
593 mEditorDelegate.getGraphicalEditor().setModel(mViewHierarchy.getRoot());
920 GraphicalEditorPart graphicalEditor = mEditorDelegate.getGraphicalEditor();
    [all...]
ListViewTypeMenu.java 73 GraphicalEditorPart graphicalEditor = mCanvas.getEditorDelegate().getGraphicalEditor();
226 GraphicalEditorPart graphicalEditor = delegate.getGraphicalEditor();
PlayAnimationMenu.java 96 GraphicalEditorPart graphicalEditor = mCanvas.getEditorDelegate().getGraphicalEditor();
205 .getEditorDelegate().getGraphicalEditor();
LayoutWindowCoordinator.java 164 sync(editor.getGraphicalEditor());
ClipboardSupport.java 101 GraphicalEditorPart graphicalEditor = mCanvas.getEditorDelegate().getGraphicalEditor();
FragmentMenu.java 228 GraphicalEditorPart graphicalEditor = delegate.getGraphicalEditor();
ViewHierarchy.java 197 GraphicalEditorPart editor = mCanvas.getEditorDelegate().getGraphicalEditor();
GestureManager.java 584 mCanvas.getEditorDelegate().getGraphicalEditor().dismissHoverPalette();
    [all...]
MoveGesture.java 542 df.dipScale = mCanvas.getEditorDelegate().getGraphicalEditor().getDipScale();
    [all...]
DynamicContextMenu.java 519 LayoutCanvas canvas = mEditorDelegate.getGraphicalEditor().getCanvasControl();
SelectionManager.java 813 LayoutActionBar layoutActionBar = editor.getGraphicalEditor().getLayoutActionBar();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlProperty.java 199 ViewHierarchy views = getGraphicalEditor().getCanvasControl().getViewHierarchy();
240 GraphicalEditorPart getGraphicalEditor() {
241 return mFactory.getGraphicalEditor();
245 GraphicalEditorPart graphicalEditor = getGraphicalEditor();
XmlPropertyEditor.java 123 ResourceResolver resolver = xmlProperty.getGraphicalEditor().getResourceResolver();
153 xmlProperty.getGraphicalEditor().getResourceResolver();
188 GraphicalEditorPart graphicalEditor = xmlProperty.getGraphicalEditor();
347 GraphicalEditorPart graphicalEditor = xmlProperty.getGraphicalEditor();
381 GraphicalEditorPart graphicalEditor = xmlProperty.getGraphicalEditor();
414 IProject project = xmlProperty.getGraphicalEditor().getProject();
PropertyFactory.java 669 GraphicalEditorPart getGraphicalEditor() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditorDelegate.java 192 public GraphicalEditorPart getGraphicalEditor() {
416 GraphicalEditorPart graphicalEditor = getGraphicalEditor();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutRefactoring.java 586 LayoutCanvas canvas = mDelegate.getGraphicalEditor().getCanvasControl();
608 LayoutCanvas canvas = mDelegate.getGraphicalEditor().getCanvasControl();
ExtractStyleRefactoring.java 556 ResourceResolver resolver = mDelegate.getGraphicalEditor().getResourceResolver();
ExtractIncludeRefactoring.java 461 mDelegate.getGraphicalEditor().refreshProjectResources();
VisualRefactoring.java 302 GraphicalEditorPart graphicalEditor = mDelegate.getGraphicalEditor();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
Hyperlinks.java 674 delegate == null ? null : delegate.getGraphicalEditor();
713 GraphicalEditorPart refGraphicalEditor = refDelegate.getGraphicalEditor();
730 GraphicalEditorPart graphicalEditor = delegate.getGraphicalEditor();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
EclipseLintClient.java 288 delegate.getGraphicalEditor().getLayoutActionBar().updateErrorIndicator();
LintList.java 491 GraphicalEditorPart g = delegate.getGraphicalEditor();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationComposite.java     [all...]

Completed in 473 milliseconds