HomeSort by relevance Sort by last modified time
    Searched full:targetmargins (Results 1 - 1 of 1) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintPainter.java 387 Margins targetMargins = targetNode.getMargins();
441 if (targetSegmentTypeY == BOTTOM && targetMargins.bottom > 5) {
442 int sharedY = targetY + targetMargins.bottom;
456 } else if (targetSegmentTypeY == TOP && targetMargins.top > 5) {
457 int sharedY = targetY - targetMargins.top;
536 sharedY -= targetMargins.top;
538 sharedY += targetMargins.bottom;
583 int margin = targetMargins.top;
591 int margin = targetMargins.bottom;
615 Margins targetMargins = targetNode.getMargins()
    [all...]

Completed in 124 milliseconds