Home
last modified time | relevance | path

Searched defs:Constraint (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DDependencyGraph.java285 static class Constraint { class in DependencyGraph
295 Constraint(ConstraintType type, ViewData from, ViewData to) { in Constraint() method in DependencyGraph.Constraint
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DParameter.java89 enum Constraint { enum in Parameter