Home
last modified time | relevance | path

Searched refs: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
92 if (sourceNode == targetNode) { in paintConstraint()
97 Rect sourceBounds = sourceNode.getBounds(); in paintConstraint()
99 paintConstraint(graphics, constraint.type, sourceNode, sourceBounds, targetNode, in paintConstraint()
183 private static void paintConstraint(IGraphics graphics, ConstraintType type, INode sourceNode, in paintConstraint() argument
208 if (paintCornerConstraint(graphics, type, sourceNode, sourceBounds, targetNode, in paintConstraint()
216 paintVerticalConstraint(graphics, type, sourceNode, sourceBounds, targetNode, in paintConstraint()
223 paintHorizontalConstraint(graphics, type, sourceNode, sourceBounds, targetNode, in paintConstraint()
278 INode sourceNode, Rect sourceBounds, INode targetNode, Rect targetBounds, in paintCornerConstraint() argument
304 constraint.to.node == targetNode && constraint.from.node == sourceNode) { in paintCornerConstraint()
[all …]
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
DViewHierarchyScene.java127 … protected void attachEdgeSourceAnchor(String edge, ViewNode oldSourceNode, ViewNode sourceNode) { in attachEdgeSourceAnchor() argument
129 final Widget source = findWidget(sourceNode); in attachEdgeSourceAnchor()