OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGraphicalEditor
(Results
1 - 18
of
18
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditorActionContributor.java
38
LayoutCanvas canvas = ((LayoutEditor)part).
getGraphicalEditor
().getCanvasControl();
LayoutEditor.java
111
public GraphicalEditorPart
getGraphicalEditor
() {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ShowWithinMenu.java
31
GraphicalEditorPart graphicalEditor = mLayoutEditor.
getGraphicalEditor
();
67
Reference within = mLayoutEditor.
getGraphicalEditor
().getIncludedWithin();
78
mLayoutEditor.
getGraphicalEditor
().showIn(mReference);
LayoutCanvas.java
326
LayoutActionBar actionBar = mLayoutEditor.
getGraphicalEditor
()
892
GraphicalEditorPart graphicalEditor = mLayoutEditor.
getGraphicalEditor
();
[
all
...]
ListViewTypeMenu.java
73
GraphicalEditorPart graphicalEditor = mCanvas.getLayoutEditor().
getGraphicalEditor
();
225
GraphicalEditorPart graphicalEditor = editor.
getGraphicalEditor
();
PlayAnimationMenu.java
96
GraphicalEditorPart graphicalEditor = mCanvas.getLayoutEditor().
getGraphicalEditor
();
200
.getLayoutEditor().
getGraphicalEditor
();
ClipboardSupport.java
101
GraphicalEditorPart graphicalEditor = mCanvas.getLayoutEditor().
getGraphicalEditor
();
FragmentMenu.java
228
GraphicalEditorPart graphicalEditor = editor.
getGraphicalEditor
();
ViewHierarchy.java
195
GraphicalEditorPart editor = mCanvas.getLayoutEditor().
getGraphicalEditor
();
DynamicContextMenu.java
495
LayoutCanvas canvas = mEditor.
getGraphicalEditor
().getCanvasControl();
MoveGesture.java
492
df.dipScale = mCanvas.getLayoutEditor().
getGraphicalEditor
().getDipScale();
SelectionManager.java
756
LayoutActionBar layoutActionBar = editor.
getGraphicalEditor
().getLayoutActionBar();
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutRefactoring.java
580
LayoutCanvas canvas = mEditor.
getGraphicalEditor
().getCanvasControl();
602
LayoutCanvas canvas = mEditor.
getGraphicalEditor
().getCanvasControl();
ExtractStyleRefactoring.java
547
ResourceResolver resolver = mEditor.
getGraphicalEditor
().getResourceResolver();
ExtractIncludeRefactoring.java
452
mEditor.
getGraphicalEditor
().refreshProjectResources();
VisualRefactoring.java
299
GraphicalEditorPart graphicalEditor = mEditor.
getGraphicalEditor
();
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/
Hyperlinks.java
686
GraphicalEditorPart graphicalEditor = layoutEditor.
getGraphicalEditor
();
723
GraphicalEditorPart graphicalEditor = layoutEditor.
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 559 milliseconds