Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DDeletionHandler.java149 ConstraintType type = ConstraintType.fromAttribute(name); in updateConstraints()
171 ConstraintType type = ConstraintType.fromAttribute(name); in transfer()
DConstraintType.java144 public static ConstraintType fromAttribute(@NonNull String attribute) { in fromAttribute() method in ConstraintType
DDependencyGraph.java95 ConstraintType type = ConstraintType.fromAttribute(name); in DependencyGraph()