Home
last modified time | relevance | path

Searched defs:targetNode (Results 1 – 23 of 23) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/grid/
DGridModelTest.java47 TestNode targetNode = TestNode.create("android.widget.GridLayout").id("@+id/GridLayout1") in testReadModel1() local
67 TestNode targetNode = TestNode.create("android.widget.GridLayout").id("@+id/GridLayout1") in testSplitColumn() local
166 TestNode targetNode = TestNode.createFromXml(xml); in testDeletion1() local
305 TestNode targetNode = TestNode.createFromXml(xml); in testDelete2() local
419 TestNode targetNode = TestNode.createFromXml(xml); in testDelete3_INCOMPLETE() local
478 TestNode targetNode = TestNode.createFromXml(xml); in testDelete4_INCOMPLETE() local
538 TestNode targetNode = TestNode.createFromXml(xml); in testDelete5_INCOMPLETE() local
625 TestNode targetNode = TestNode.createFromXml(xml); in testInsert1() local
717 TestNode targetNode = TestNode.createFromXml(xml); in testInsert2() local
810 TestNode targetNode = TestNode.createFromXml(xml); in testInsert3_BROKEN() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DAbsoluteLayoutRule.java61 public DropFeedback onDropEnter(@NonNull INode targetNode, @Nullable Object targetView, in onDropEnter()
83 INode targetNode, in drawFeedback()
134 public DropFeedback onDropMove(@NonNull INode targetNode, @NonNull IDragElement[] elements, in onDropMove()
144 public void onDropLeave(@NonNull INode targetNode, @NonNull IDragElement[] elements, in onDropLeave()
150 public void onDropped(final @NonNull INode targetNode, final @NonNull IDragElement[] elements, in onDropped()
DAdapterViewRule.java32 public DropFeedback onDropEnter(@NonNull INode targetNode, @Nullable Object targetView, in onDropEnter()
57 public DropFeedback onDropMove(@NonNull INode targetNode, @NonNull IDragElement[] elements, in onDropMove()
DScrollViewRule.java69 public DropFeedback onDropMove(@NonNull INode targetNode, @NonNull IDragElement[] elements, in onDropMove()
83 INode targetNode, in drawFeedback()
DHorizontalScrollViewRule.java69 public DropFeedback onDropMove(@NonNull INode targetNode, @NonNull IDragElement[] elements, in onDropMove()
83 INode targetNode, in drawFeedback()
DRelativeLayoutRule.java150 public DropFeedback onDropEnter(@NonNull INode targetNode, @Nullable Object targetView, in onDropEnter()
157 public DropFeedback onDropMove(@NonNull INode targetNode, @NonNull IDragElement[] elements, in onDropMove()
175 public void onDropLeave(@NonNull INode targetNode, @NonNull IDragElement[] elements, in onDropLeave()
180 public void onDropped(final @NonNull INode targetNode, final @NonNull IDragElement[] elements, in onDropped()
DBaseLayoutRule.java256 public void onPaste(@NonNull INode targetNode, @Nullable Object targetView, in onPaste()
282 public void onPasteBeforeChild(INode parentNode, Object parentView, INode targetNode, in onPasteBeforeChild()
333 protected static Map<String, Pair<String, String>> getDropIdMap(INode targetNode, in getDropIdMap()
578 public static void insertAt(final INode targetNode, final IDragElement[] elements, in insertAt()
DFrameLayoutRule.java55 public DropFeedback onDropEnter(@NonNull INode targetNode, @Nullable Object targetView, in onDropEnter()
DIgnoredLayoutRule.java37 public DropFeedback onDropEnter(@NonNull INode targetNode, @Nullable Object targetView, in onDropEnter()
DGridLayoutRule.java283 public DropFeedback onDropEnter(@NonNull INode targetNode, @Nullable Object targetView, in onDropEnter()
291 public DropFeedback onDropMove(@NonNull INode targetNode, @NonNull IDragElement[] elements, in onDropMove()
305 public void onDropped(final @NonNull INode targetNode, final @NonNull IDragElement[] elements, in onDropped()
634 public void onPaste( in onPaste()
DLinearLayoutRule.java278 public DropFeedback onDropEnter(final @NonNull INode targetNode, @Nullable Object targetView, in onDropEnter()
DBaseViewRule.java892 public void onPaste(@NonNull INode targetNode, @Nullable Object targetView, in onPaste()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/relative/
DDeletionHandlerTest.java67 TestNode targetNode = TestNode.createFromXml(xml); in testSimple() local
199 TestNode targetNode = TestNode.createFromXml(xml); in testTransitive() local
320 TestNode targetNode = TestNode.createFromXml(xml); in testCenter() local
391 TestNode targetNode = TestNode.createFromXml(xml); in testMove() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DRulesEngine.java287 public DropFeedback callOnDropEnter(NodeProxy targetNode, in callOnDropEnter()
311 public DropFeedback callOnDropMove(NodeProxy targetNode, in callOnDropMove()
335 public void callOnDropLeave(NodeProxy targetNode, in callOnDropLeave()
356 public void callOnDropped(NodeProxy targetNode, in callOnDropped()
381 NodeProxy targetNode, in callDropFeedbackPaint()
401 public NodeProxy callOnPaste(NodeProxy targetNode, Object targetView, in callOnPaste()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DConstraintPainter.java91 INode targetNode = target.node; in paintConstraint() local
184 Rect sourceBounds, INode targetNode, Rect targetBounds, in paintConstraint()
278 INode sourceNode, Rect sourceBounds, INode targetNode, Rect targetBounds, in paintCornerConstraint()
383 INode sourceNode, Rect sourceBounds, INode targetNode, Rect targetBounds, in paintVerticalConstraint()
611 INode sourceNode, Rect sourceBounds, INode targetNode, Rect targetBounds, in paintHorizontalConstraint()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DMoveGesture.java495 public static String computeUndoLabel(NodeProxy targetNode, in computeUndoLabel()
676 NodeProxy targetNode = null; in processDropEvent() local
DOutlineDropListener.java114 final NodeProxy targetNode = canvas.getNodeFactory().create(parentNode); in performDrop() local
DClipboardSupport.java289 final NodeProxy targetNode = mCanvas.getNodeFactory().create(target); in pasteSelection() local
DOutlinePage.java1153 final NodeProxy targetNode = canvas.getNodeFactory().create(parentNode); in move() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridDropHandler.java467 public INode handleFreeFormDrop(INode targetNode, IDragElement element) { in handleFreeFormDrop()
766 public INode handleGridModeDrop(INode targetNode, IDragElement element) { in handleGridModeDrop()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DLinearLayoutRuleTest.java51 INode targetNode = TestNode.create("android.widget.LinearLayout").id( in dragIntoEmpty() local
DLayoutTestBase.java68 protected INode dragInto(IViewRule rule, INode targetNode, Rect dragBounds, Point dropPoint, in dragInto()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
DViewHierarchyScene.java136 … protected void attachEdgeTargetAnchor(String edge, ViewNode oldTargetNode, ViewNode targetNode) { in attachEdgeTargetAnchor()