Home
last modified time | relevance | path

Searched refs:nextId (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.java487 String nextId = mRefactoring.ensureHasId(mRootEdit, nextChild, null); in analyzeLinearLayout() local
488 if (nextId != null) { in analyzeLinearLayout()
490 childView.addVerticalConstraint(ATTR_LAYOUT_ABOVE, nextId); in analyzeLinearLayout()
492 childView.addHorizConstraint(ATTR_LAYOUT_TO_LEFT_OF, nextId); in analyzeLinearLayout()