Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DConstraintType.java85 SegmentType targetSegmentTypeY, boolean targetParent, boolean horizontalEdge, in ConstraintType() argument
94 this.targetParent = targetParent; in ConstraintType()
119 public final boolean targetParent; field in ConstraintType
DMatch.java72 if (type.targetParent) { in getConstraint()
DDependencyGraph.java99 if (type.targetParent) { in DependencyGraph()