Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DConstraintType.java176 public static ConstraintType forMatch(boolean withParent, SegmentType from, SegmentType to) { in forMatch() argument
178 if (withParent) { in forMatch()
DGuidelineHandler.java465 boolean withParent = edge.node == layout; in addClosest()
466 ConstraintType type = ConstraintType.forMatch(withParent, in addClosest()