HomeSort by relevance Sort by last modified time
    Searched defs:mBounds (Results 26 - 32 of 32) sorted by null

12

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelineHandler.java 93 protected Rect mBounds;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeProxy.java 61 private final Rect mBounds;
85 mBounds = new Rect();
87 mBounds = SwtUtils.toRect(bounds);
93 return mBounds;
127 SwtUtils.set(mBounds, bounds);
469 return "NodeProxy [node=" + mNode + ", bounds=" + mBounds + "]";
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestNode.java 65 private Rect mBounds = new Rect(); // Invalid bounds initially
78 this.mBounds = bounds;
141 return mBounds;
220 + mAttributeInfos + ", attributes=" + mAttributes + ", bounds=" + mBounds + "]";
466 mBounds = new Rect(left, top, right - left, bottom - top);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PinnedHeaderListView.java 99 private RectF mBounds = new RectF();
545 mBounds.set(0, 0, mHeaderWidth, view.getHeight());
546 canvas.saveLayerAlpha(mBounds, header.alpha, Canvas.ALL_SAVE_FLAG);
  /frameworks/base/services/java/com/android/server/wm/
DisplayMagnifier.java 480 private final Region mBounds = new Region();
583 if (mBounds.equals(bounds)) {
586 mBounds.set(bounds);
623 mBounds.getBounds(mDirtyRect);
639 Slog.i(LOG_TAG, "Bounds: " + mBounds);
643 Path path = mBounds.getBoundaryPath();
  /prebuilts/devtools/tools/lib/
hierarchyviewer2lib.jar 
sdkuilib.jar 

Completed in 2699 milliseconds

12