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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeFactory.java 36 private final Map<UiViewElementNode, NodeProxy> mNodeMap =
37 new WeakHashMap<UiViewElementNode, NodeProxy>();
48 public NodeProxy create(CanvasViewInfo canvasViewInfo) {
57 public NodeProxy create(UiViewElementNode uiNode) {
71 private NodeProxy create(UiViewElementNode uiNode, Rectangle bounds) {
72 NodeProxy proxy = mNodeMap.get(uiNode);
76 proxy = new NodeProxy(uiNode, bounds, this);
RulesEngine.java 161 public List<RuleAction> callGetContextMenu(NodeProxy selectedNode) {
189 public String callGetDefaultActionId(@NonNull NodeProxy selectedNode) {
220 NodeProxy parentNode, List<NodeProxy> children ) {
246 public List<String> callGetSelectionHint(NodeProxy parentNode, NodeProxy childNode) {
264 public void callPaintSelectionFeedback(GCWrapper gcWrapper, NodeProxy parentNode,
287 public DropFeedback callOnDropEnter(NodeProxy targetNode,
311 public DropFeedback callOnDropMove(NodeProxy targetNode,
335 public void callOnDropLeave(NodeProxy targetNode
    [all...]
NodeProxy.java 58 public class NodeProxy implements INode {
81 /*package*/ NodeProxy(UiViewElementNode uiNode, Rectangle bounds, NodeFactory factory) {
132 * {@link NodeProxy}.
135 * {@link NodeProxy}
233 c.handle(NodeProxy.this);
261 ((NodeProxy) node).mNode.deleteXmlNode();
323 NodeProxy newNode = mFactory.create(uiNewView);
469 return "NodeProxy [node=" + mNode + ", bounds=" + mBounds + "]";
512 modified |= ((NodeProxy) child).applyPendingChanges();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionOverlay.java 24 import com.android.ide.eclipse.adt.internal.editors.layout.gre.NodeProxy;
80 List<NodeProxy> selectedNodes = new ArrayList<NodeProxy>();
88 NodeProxy node = s.getNode();
100 NodeProxy parent = mCanvas.getNodeFactory().create(root);
107 NodeProxy node = selections.get(0).getNode();
115 NodeProxy parent = mCanvas.getNodeFactory().create(root);
123 private void paintHints(GCWrapper gcWrapper, NodeProxy node, RulesEngine rulesEngine) {
125 if (parent instanceof NodeProxy) {
126 NodeProxy parentNode = (NodeProxy) parent
    [all...]
ClipboardSupport.java 29 import com.android.ide.eclipse.adt.internal.editors.layout.gre.NodeProxy;
211 Map<NodeProxy, List<INode>> clusters =
212 new HashMap<NodeProxy, List<INode>>();
214 NodeProxy node = cs.getNode();
223 clusters.put((NodeProxy) parent, children);
231 for (Map.Entry<NodeProxy, List<INode>> entry : clusters.entrySet()) {
232 NodeProxy parent = entry.getKey();
289 final NodeProxy targetNode = mCanvas.getNodeFactory().create(target);
294 NodeProxy node = engine.callOnPaste(targetNode, target.getViewObject(), pasted);
SelectionItem.java 23 import com.android.ide.eclipse.adt.internal.editors.layout.gre.NodeProxy;
48 private final NodeProxy mNodeProxy;
128 NodeProxy getNode() {
SelectionHandles.java 23 import com.android.ide.eclipse.adt.internal.editors.layout.gre.NodeProxy;
74 NodeProxy selectedNode = mItem.getNode();
ResizeGesture.java 24 import com.android.ide.eclipse.adt.internal.editors.layout.gre.NodeProxy;
48 private NodeProxy mParentNode;
49 private NodeProxy mChildNode;
67 mParentNode = (NodeProxy) mChildNode.getParent();
MoveGesture.java 25 import com.android.ide.eclipse.adt.internal.editors.layout.gre.NodeProxy;
82 private NodeProxy mTargetNode;
97 private NodeProxy mLeaveTargetNode;
421 NodeProxy node = nodeFactory.create((UiViewElementNode) uiNode);
465 public static InsertType getInsertType(DropTargetEvent event, NodeProxy mTargetNode) {
495 public static String computeUndoLabel(NodeProxy targetNode,
676 NodeProxy targetNode = null;
    [all...]
DynamicContextMenu.java 41 import com.android.ide.eclipse.adt.internal.editors.layout.gre.NodeProxy;
190 List<RuleAction> actionList = getMenuActions((NodeProxy) node);
204 NodeProxy first = (NodeProxy) nodes.get(0);
367 private List<RuleAction> getMenuActions(NodeProxy node) {
382 private String getDefaultActionId(NodeProxy node) {
538 NodeProxy first = (NodeProxy) mNodes.get(0);
566 NodeProxy rootNode = nodeFactory.create(uiViewNode);
OutlineDropListener.java 22 import com.android.ide.eclipse.adt.internal.editors.layout.gre.NodeProxy;
114 final NodeProxy targetNode = canvas.getNodeFactory().create(parentNode);
SelectionManager.java 37 import com.android.ide.eclipse.adt.internal.editors.layout.gre.NodeProxy;
    [all...]
LayoutActionBar.java 32 import com.android.ide.eclipse.adt.internal.editors.layout.gre.NodeProxy;
118 NodeProxy parent = null;
127 NodeProxy node = selections.get(0).getNode();
129 parent = (NodeProxy) node.getParent();
144 List<NodeProxy> selectedNodes = new ArrayList<NodeProxy>();
162 NodeProxy selectedNode = selectedNodes.get(0);
RenderService.java 52 import com.android.ide.eclipse.adt.internal.editors.layout.gre.NodeProxy;
578 UiElementNode parentNode = ((NodeProxy) parent).getNode();
587 NodeProxy node = mNodeFactory.create((UiViewElementNode) cookie);
644 NodeProxy node = mNodeFactory.create(uiNode);
ViewHierarchy.java 27 import com.android.ide.eclipse.adt.internal.editors.layout.gre.NodeProxy;
580 return findViewInfoFor((NodeProxy) node);
606 public CanvasViewInfo findViewInfoFor(@Nullable NodeProxy proxy) {
GestureManager.java 24 import com.android.ide.eclipse.adt.internal.editors.layout.gre.NodeProxy;
    [all...]
OutlinePage.java 49 import com.android.ide.eclipse.adt.internal.editors.layout.gre.NodeProxy;
    [all...]
PaletteControl.java 45 import com.android.ide.eclipse.adt.internal.editors.layout.gre.NodeProxy;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeFactoryTest.java 53 // Create a NodeProxy.
54 NodeProxy proxy = m.create(cvi);
74 // Create a NodeProxy.
75 NodeProxy proxy = m.create(uiv);
101 NodeProxy proxy1 = m.create(cvi);
102 NodeProxy proxy2 = m.create(cvi);
113 NodeProxy proxy1 = m.create(cvi);
114 NodeProxy proxy2 = m.create(cvi);
119 NodeProxy proxy3 = m.create(cvi);
MockNodeProxy.java 26 * Mocks a {@link NodeProxy}, creating it using an XML local name and generating
29 public class MockNodeProxy extends NodeProxy {
32 * Generates a {@link NodeProxy} using an FQCN (e.g. android.view.View)
34 * and wraps it as a {@link NodeProxy}.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlPropertyEditor.java 45 import com.android.ide.eclipse.adt.internal.editors.layout.gre.NodeProxy;
397 NodeProxy primary = canvas.getNodeFactory().create(xmlProperty.getNode());

Completed in 2354 milliseconds