OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGraphicalEditor
(Results
1 - 25
of
29
) sorted by null
1
2
/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);
ListViewTypeMenu.java
70
GraphicalEditorPart graphicalEditor = mCanvas.getEditorDelegate().
getGraphicalEditor
();
170
GraphicalEditorPart editor = delegate.
getGraphicalEditor
();
205
GraphicalEditorPart graphicalEditor = delegate.
getGraphicalEditor
();
LayoutCanvas.java
434
LayoutActionBar actionBar =
getGraphicalEditor
().getLayoutActionBar();
476
LayoutActionBar actionBar =
getGraphicalEditor
().getLayoutActionBar();
734
GraphicalEditorPart
getGraphicalEditor
() {
735
return mEditorDelegate.
getGraphicalEditor
();
764
getGraphicalEditor
().setModel(mViewHierarchy.getRoot());
792
LayoutActionBar actionBar =
getGraphicalEditor
().getLayoutActionBar();
[
all
...]
PlayAnimationMenu.java
96
GraphicalEditorPart graphicalEditor = mCanvas.getEditorDelegate().
getGraphicalEditor
();
205
.getEditorDelegate().
getGraphicalEditor
();
FragmentMenu.java
238
GraphicalEditorPart graphicalEditor = delegate.
getGraphicalEditor
();
290
GraphicalEditorPart editor = delegate.
getGraphicalEditor
();
LayoutWindowCoordinator.java
254
sync(editor.
getGraphicalEditor
());
RenderPreviewList.java
147
ConfigurationChooser chooser = canvas.getEditorDelegate().
getGraphicalEditor
()
ClipboardSupport.java
103
GraphicalEditorPart graphicalEditor = mCanvas.getEditorDelegate().
getGraphicalEditor
();
SelectionManager.java
836
LayoutActionBar layoutActionBar = editor.
getGraphicalEditor
().getLayoutActionBar();
[
all
...]
MoveGesture.java
546
df.dipScale = mCanvas.getEditorDelegate().
getGraphicalEditor
().getDipScale();
[
all
...]
ViewHierarchy.java
203
GraphicalEditorPart editor = mCanvas.getEditorDelegate().
getGraphicalEditor
();
RenderPreview.java
507
GraphicalEditorPart editor = mCanvas.getEditorDelegate().
getGraphicalEditor
();
607
GraphicalEditorPart graphicalEditor = mCanvas.getEditorDelegate().
getGraphicalEditor
();
[
all
...]
RenderPreviewManager.java
145
GraphicalEditorPart editor = mCanvas.getEditorDelegate().
getGraphicalEditor
();
[
all
...]
DynamicContextMenu.java
561
LayoutCanvas canvas = mEditorDelegate.
getGraphicalEditor
().getCanvasControl();
GestureManager.java
611
mCanvas.getEditorDelegate().
getGraphicalEditor
().dismissHoverPalette();
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlProperty.java
204
GraphicalEditorPart graphicalEditor =
getGraphicalEditor
();
251
GraphicalEditorPart
getGraphicalEditor
() {
252
return mFactory.
getGraphicalEditor
();
257
GraphicalEditorPart graphicalEditor =
getGraphicalEditor
();
XmlPropertyEditor.java
140
GraphicalEditorPart graphicalEditor = xmlProperty.
getGraphicalEditor
();
176
GraphicalEditorPart graphicalEditor = xmlProperty.
getGraphicalEditor
();
214
GraphicalEditorPart graphicalEditor = xmlProperty.
getGraphicalEditor
();
392
GraphicalEditorPart editor = xmlProperty.
getGraphicalEditor
();
463
GraphicalEditorPart graphicalEditor = xmlProperty.
getGraphicalEditor
();
498
GraphicalEditorPart graphicalEditor = xmlProperty.
getGraphicalEditor
();
533
GraphicalEditorPart graphicalEditor = xmlProperty.
getGraphicalEditor
();
PropertyFactory.java
694
GraphicalEditorPart
getGraphicalEditor
() {
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationMenuListener.java
120
LayoutCanvas canvas = delegate.
getGraphicalEditor
().getCanvasControl();
157
LayoutCanvas canvas = delegate.
getGraphicalEditor
().getCanvasControl();
ConfigurationMatcher.java
513
FolderConfiguration configuration = delegate.
getGraphicalEditor
().getConfiguration();
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditorDelegate.java
207
public GraphicalEditorPart
getGraphicalEditor
() {
482
GraphicalEditorPart graphicalEditor =
getGraphicalEditor
();
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutRefactoring.java
587
LayoutCanvas canvas = mDelegate.
getGraphicalEditor
().getCanvasControl();
609
LayoutCanvas canvas = mDelegate.
getGraphicalEditor
().getCanvasControl();
ExtractStyleRefactoring.java
559
ResourceResolver resolver = mDelegate.
getGraphicalEditor
().getResourceResolver();
ExtractIncludeRefactoring.java
462
mDelegate.
getGraphicalEditor
().refreshProjectResources();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
Hyperlinks.java
698
delegate == null ? null : delegate.
getGraphicalEditor
();
737
GraphicalEditorPart refGraphicalEditor = refDelegate.
getGraphicalEditor
();
[
all
...]
Completed in 1142 milliseconds
1
2