Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DRelativeLayoutConversionHelper.java1532 Rectangle childViewBounds = childView.getAbsRect(); in analyze() local
1537 if (parentBounds.x == childViewBounds.x) { in analyze()
1540 if (parentBounds.y == childViewBounds.y) { in analyze()
1543 if (parentBounds.x + parentBounds.width == childViewBounds.x in analyze()
1544 + childViewBounds.width) { in analyze()
1547 if (parentBounds.y + parentBounds.height == childViewBounds.y in analyze()
1548 + childViewBounds.height) { in analyze()