Home
last modified time | relevance | path

Searched refs:childBounds (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.java1506 Rectangle childBounds = child.getAbsRect(); in analyze() local
1512 if (parentBounds.x == childBounds.x) { in analyze()
1515 if (parentBounds.y == childBounds.y) { in analyze()
1518 if (parentBounds.x + parentBounds.width == childBounds.x + childBounds.width) { in analyze()
1521 if (parentBounds.y + parentBounds.height == childBounds.y + childBounds.height) { in analyze()