Searched refs:prevId (Results 1 – 2 of 2) sorted by relevance
412 String prevId = null; in convertLinearToRelative() local418 if (prevId != null) { in convertLinearToRelative()420 ATTR_LAYOUT_BELOW, prevId); in convertLinearToRelative()422 prevId = id; in convertLinearToRelative()431 String prevId = null; in convertLinearToRelative() local437 if (prevId != null) { in convertLinearToRelative()439 ATTR_LAYOUT_TO_RIGHT_OF, prevId); in convertLinearToRelative()442 ATTR_LAYOUT_ALIGN_BASELINE, prevId); in convertLinearToRelative()445 prevId = id; in convertLinearToRelative()
399 String prevId = null; in analyzeLinearLayout() local410 prevId = null; in analyzeLinearLayout()447 if (prevId != null) { // No constraint for first child in analyzeLinearLayout()450 childView.addVerticalConstraint(ATTR_LAYOUT_BELOW, prevId); in analyzeLinearLayout()452 childView.addHorizConstraint(ATTR_LAYOUT_TO_RIGHT_OF, prevId); in analyzeLinearLayout()533 prevId = mRefactoring.ensureHasId(mRootEdit, child, null); in analyzeLinearLayout()