Home
last modified time | relevance | path

Searched refs:getParentBounds (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DTestDragElement.java139 public @NonNull Rect getParentBounds() { in getParentBounds() method in TestDragElement
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DSimpleElementTest.java78 assertEquals(new Rect(0, 0, 320, 480), e.getParentBounds()); in testGetParentBounds()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DSimpleElement.java105 public @NonNull Rect getParentBounds() { in getParentBounds() method in SimpleElement