HomeSort by relevance Sort by last modified time
    Searched defs:sourceBounds (Results 1 - 4 of 4) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintPainter.java 65 * @param sourceBounds the source bounds
68 static void paintConstraint(IGraphics graphics, Rect sourceBounds, Match match) {
72 paintConstraint(graphics, type, match.with.node, sourceBounds, match.edge.node,
97 Rect sourceBounds = sourceNode.getBounds();
99 paintConstraint(graphics, constraint.type, sourceNode, sourceBounds, targetNode,
184 Rect sourceBounds, INode targetNode, Rect targetBounds,
194 paintHorizontalCenterConstraint(graphics, sourceBounds, targetBounds);
200 paintVerticalCenterConstraint(graphics, sourceBounds, targetBounds);
208 if (paintCornerConstraint(graphics, type, sourceNode, sourceBounds, targetNode,
216 paintVerticalConstraint(graphics, type, sourceNode, sourceBounds, targetNode
    [all...]
  /frameworks/base/core/tests/coretests/src/android/accessibilityservice/
InterrogationActivityTest.java 397 Rect sourceBounds = new Rect();
398 source.getBoundsInParent(sourceBounds);
400 assertEquals(buttonBounds.left, sourceBounds.left);
401 assertEquals(buttonBounds.right, sourceBounds.right);
402 assertEquals(buttonBounds.top, sourceBounds.top);
403 assertEquals(buttonBounds.bottom, sourceBounds.bottom);
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityWindowQueryActivityTest.java 254 Rect sourceBounds = new Rect();
255 source.getBoundsInParent(sourceBounds);
257 assertEquals(buttonBounds.left, sourceBounds.left);
258 assertEquals(buttonBounds.right, sourceBounds.right);
259 assertEquals(buttonBounds.top, sourceBounds.top);
260 assertEquals(buttonBounds.bottom, sourceBounds.bottom);
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 

Completed in 74 milliseconds