HomeSort by relevance Sort by last modified time
    Searched full:targetbounds (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintPainter.java 69 Rect targetBounds = match.edge.node.getBounds();
73 targetBounds, null /* allConstraints */, true /* highlightTargetEdge */);
98 Rect targetBounds = targetNode.getBounds();
100 targetBounds, allConstraints, false /* highlightTargetEdge */);
184 Rect sourceBounds, INode targetNode, Rect targetBounds,
194 paintHorizontalCenterConstraint(graphics, sourceBounds, targetBounds);
200 paintVerticalCenterConstraint(graphics, sourceBounds, targetBounds);
209 targetBounds, allConstraints)) {
217 targetBounds, highlightTargetEdge);
224 targetBounds, highlightTargetEdge)
    [all...]
  /external/webkit/Source/WebKit/mac/Carbon/
HIViewAdapter.m 100 NSRect targetBounds = [self visibleRect];
101 NSRect validRect = targetBounds;
105 targetBounds = [view visibleRect];
116 rect.origin.y = targetBounds.size.height - NSMaxY(validRect);
144 NSRect targetBounds = [self bounds];
148 targetBounds = [view bounds];
160 rect.origin.y = targetBounds.size.height - NSMaxY(invalidRect);

Completed in 92 milliseconds