Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DRelativeLayoutConversionHelper.java857 String attachLeftProperty = ATTR_LAYOUT_ALIGN_PARENT_LEFT; in computeHorizontalConstraints() local
874 } else if (attachLeftProperty != null) { in computeHorizontalConstraints()
875 view.addHorizConstraint(attachLeftProperty, attachLeftValue); in computeHorizontalConstraints()
894 attachLeftProperty = ATTR_LAYOUT_TO_RIGHT_OF; in computeHorizontalConstraints()