Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DConstraintPainter.java415 int maxLeft = Math.max(sourceBounds.x, targetBounds.x); in paintVerticalConstraint() local
418 int center = (maxLeft + minRight) / 2; in paintVerticalConstraint()