HomeSort by relevance Sort by last modified time
    Searched refs:LayoutCanvas (Results 26 - 46 of 46) sorted by null

12

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ResizeGesture.java 43 private LayoutCanvas mCanvas;
62 public ResizeGesture(LayoutCanvas canvas, SelectionItem item, SelectionHandle handle) {
SelectionManager.java 96 private LayoutCanvas mCanvas;
121 * @param layoutCanvas The layout canvas to create a {@link SelectionManager} for.
123 public SelectionManager(LayoutCanvas layoutCanvas) {
124 mCanvas = layoutCanvas;
    [all...]
OutlineDropListener.java 113 final LayoutCanvas canvas = mOutlinePage.getEditor().getCanvasControl();
RenderPreviewList.java 142 List<RenderPreview> createPreviews(LayoutCanvas canvas) {
OutlinePage.java 455 LayoutCanvas canvas = mGraphicalEditorPart.getCanvasControl();
551 * Invoked by {@link LayoutCanvas} to set the model (a.k.a. the root view info).
    [all...]
MoveGesture.java 49 /** The associated {@link LayoutCanvas}. */
50 private LayoutCanvas mCanvas;
117 public MoveGesture(LayoutCanvas canvas) {
    [all...]
RenderService.java 121 LayoutCanvas canvas = editor.getCanvasControl();
148 LayoutCanvas canvas = editor.getCanvasControl();
ViewHierarchy.java 56 private LayoutCanvas mCanvas;
60 * {@link LayoutCanvas}.
62 * @param canvas The {@link LayoutCanvas} to create a {@link ViewHierarchy}
65 public ViewHierarchy(LayoutCanvas canvas) {
108 * {@link LayoutCanvas#showInvisibleViews}).
149 * {@link LayoutCanvas#showInvisibleViews}) where individual invisible
DynamicContextMenu.java 75 * on the {@link LayoutCanvas}.
77 * This class is tied to a specific {@link LayoutCanvas} instance and a root {@link MenuManager}.
79 * Two instances of this are used: one created by {@link LayoutCanvas} and the other one
81 * they are both linked to the current selection state of the {@link LayoutCanvas}.
91 private final LayoutCanvas mCanvas;
99 * on the {@link LayoutCanvas}.
101 * @param canvas The {@link LayoutCanvas} providing the selection, the node factory and
104 * context menu manager of the {@link LayoutCanvas} or the one from {@link OutlinePage}.
108 LayoutCanvas canvas,
459 // Keep in sync with {@link LayoutCanvas#handleKeyPressed
    [all...]
GestureManager.java 64 private final LayoutCanvas mCanvas;
137 * {@link LayoutCanvas}.
141 public GestureManager(LayoutCanvas canvas) {
148 * @return The {@link LayoutCanvas} associated with this GestureManager.
151 public LayoutCanvas getCanvas() {
190 * @param dragSource The drag source in the {@link LayoutCanvas} to listen
192 * @param dropTarget The drop target in the {@link LayoutCanvas} to listen
214 * @param dragSource The drag source in the {@link LayoutCanvas} to stop
216 * @param dropTarget The drop target in the {@link LayoutCanvas} to stop
221 // If the LayoutCanvas is already disposed, we shouldn't try to unregiste
    [all...]
GraphicalEditorPart.java 194 * actually delegates its work to the {@link LayoutCanvas} control.
583 * Invoked by {@link LayoutCanvas} to set the model (a.k.a. the root view info).
609 LayoutCanvas canvas = getCanvasControl();
    [all...]
RenderPreview.java 152 private final @NonNull LayoutCanvas mCanvas;
203 @NonNull LayoutCanvas canvas,
415 LayoutCanvas canvas = manager.getCanvas();
    [all...]
LayoutActionBar.java 119 LayoutCanvas canvas = mEditor.getCanvasControl();
662 LayoutCanvas canvas = mEditor.getCanvasControl();
RenderPreviewManager.java 98 private final @NonNull LayoutCanvas mCanvas;
124 public RenderPreviewManager(@NonNull LayoutCanvas canvas) {
156 public LayoutCanvas getCanvas() {
    [all...]
LayoutCanvas.java 110 * {@link LayoutCanvas} implements the "Canvas" control. The editor part
114 * The LayoutCanvas contains the painting logic for the canvas. Selection,
120 public class LayoutCanvas extends Canvas {
250 * Creates a new {@link LayoutCanvas} widget
257 public LayoutCanvas(LayoutEditorDelegate editorDelegate,
    [all...]
PaletteControl.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditorDelegate.java 38 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.LayoutCanvas;
492 private final LayoutCanvas mCanvas;
703 LayoutCanvas canvas = mGraphicalEditor.getCanvasControl();
731 LayoutCanvas canvas = mGraphicalEditor.getCanvasControl();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutRefactoring.java 51 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.LayoutCanvas;
587 LayoutCanvas canvas = mDelegate.getGraphicalEditor().getCanvasControl();
609 LayoutCanvas canvas = mDelegate.getGraphicalEditor().getCanvasControl();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ClientRulesEngine.java 47 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.LayoutCanvas;
401 LayoutCanvas layoutCanvas = mRulesEngine.getEditor().getCanvasControl();
402 final SelectionManager selectionManager = layoutCanvas.getSelectionManager();
407 layoutCanvas.getDisplay().asyncExec(new Runnable() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlPropertyEditor.java 41 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.LayoutCanvas;
394 LayoutCanvas canvas = editor.getCanvasControl();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationChooser.java 58 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.LayoutCanvas;
631 LayoutCanvas canvas = mClient.getCanvas();
    [all...]

Completed in 88 milliseconds

12