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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SimpleElement.java 45 private final Rect mParentBounds;
68 mParentBounds = parentBounds == null ? new Rect() : parentBounds.copy();
106 return mParentBounds;
196 if (mParentBounds != null && mParentBounds.isValid()) {
198 mParentBounds.x, mParentBounds.y, mParentBounds.w, mParentBounds.h));
333 if ((mParentBounds == null && se.mParentBounds != null) |
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
WindowConfigurationTests.java 52 private Rect mParentBounds;
57 mParentBounds = new Rect(10 /*left*/, 30 /*top*/, 80 /*right*/, 60 /*bottom*/);
156 final Rect shiftedBounds = new Rect(mParentBounds);
158 final Rect expectedBounds = new Rect(mParentBounds);
160 testStackBoundsConfiguration(WINDOWING_MODE_FULLSCREEN, mParentBounds, shiftedBounds,
168 testStackBoundsConfiguration(WINDOWING_MODE_FULLSCREEN, mParentBounds, emptyBounds,
175 final Rect freeFormBounds = new Rect(mParentBounds);
177 testStackBoundsConfiguration(WINDOWING_MODE_FREEFORM, mParentBounds, freeFormBounds,
184 final Rect insetBounds = new Rect(mParentBounds);
187 WINDOWING_MODE_FULLSCREEN, mParentBounds, insetBounds, insetBounds)
    [all...]

Completed in 785 milliseconds