Home
last modified time | relevance | path

Searched defs:sourceNode (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DConstraintPainter.java90 INode sourceNode = source.node; in paintConstraint() local
183 private static void paintConstraint(IGraphics graphics, ConstraintType type, INode sourceNode, 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/hierarchyviewer/src/com/android/hierarchyviewer/scene/
DViewHierarchyScene.java127 … protected void attachEdgeSourceAnchor(String edge, ViewNode oldSourceNode, ViewNode sourceNode) { in attachEdgeSourceAnchor()