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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
AbsoluteLayoutRule.java 244 Rect parentBounds = parent.getBounds();
250 mRulesEngine.pxToDp(newBounds.x - parentBounds.x),
251 mRulesEngine.pxToDp(newBounds.y - parentBounds.y),
BaseLayoutRule.java 787 Rect parentBounds = parent.getBounds()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SimpleElement.java 62 * @param parentBounds The canvas bounds of the parent of this element. Can be null.
64 public SimpleElement(String fqcn, String parentFqcn, Rect bounds, Rect parentBounds) {
68 mParentBounds = parentBounds == null ? new Rect() : parentBounds.copy();
CanvasViewInfo.java 518 Rect parentBounds = null;
525 parentBounds = SwtUtils.toRect(getParent().getAbsRect());
528 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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 124 milliseconds