HomeSort by relevance Sort by last modified time
    Searched refs:parentBounds (Results 1 - 7 of 7) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
AbsoluteLayoutRule.java 238 Rect parentBounds = parent.getBounds();
244 mRulesEngine.pxToDp(newBounds.x - parentBounds.x),
245 mRulesEngine.pxToDp(newBounds.y - parentBounds.y),
BaseLayoutRule.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SimpleElement.java 58 * @param parentBounds The canvas bounds of the parent of this element. Can be null.
60 public SimpleElement(String fqcn, String parentFqcn, Rect bounds, Rect parentBounds) {
64 mParentBounds = parentBounds == null ? new Rect() : parentBounds.copy();
CanvasViewInfo.java 492 Rect parentBounds = null;
499 parentBounds = SwtUtils.toRect(getParent().getAbsRect());
502 SimpleElement e = new SimpleElement(fqcn, parentFqcn, bounds, parentBounds);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java     [all...]
  /external/webkit/Source/WebKit/mac/Carbon/
HIWebView.mm 788 HIRect parentBounds;
792 HIViewGetBounds( parent, &parentBounds );
795 origin.y = parentBounds.size.height - CGRectGetMaxY( frame );
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 99 milliseconds