Home
last modified time | relevance | path

Searched refs:marginProperty (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/properties/
DPropertyFactory.java399 Property marginProperty = new ComplexProperty( in sortByOrigin() local
403 layoutProperties.add(marginProperty); in sortByOrigin()
404 marginProperty.setPriority(PRIO_LAST); in sortByOrigin()
407 p.setParent(marginProperty); in sortByOrigin()
652 Property marginProperty = new ComplexProperty( in sortNatural() local
656 layoutProperties.add(marginProperty); in sortNatural()
657 marginProperty.setPriority(PRIO_LAST); in sortNatural()
660 p.setParent(marginProperty); in sortNatural()